[IMP] base_external_dbsource_sqlite: pre-commit auto fixes

This commit is contained in:
David Alonso // Solvos
2024-06-20 11:08:46 +02:00
parent 5c107a81fb
commit 0c8dc2fc2f
16 changed files with 61 additions and 62 deletions

View File

@@ -0,0 +1,4 @@
To configure this module, you need to:
1. Database sources can be configured in Settings \> Configuration -\>
Data sources.

View File

@@ -1,4 +0,0 @@
To configure this module, you need to:
#. Database sources can be configured in Settings > Configuration ->
Data sources.

View File

@@ -0,0 +1,7 @@
- Daniel Reis \<<dreis.pt@hotmail.com>\>
- Maxime Chambreuil \<<maxime.chambreuil@savoirfairelinux.com>\>
- Gervais Naoussi \<<gervaisnaoussi@gmail.com>\>
- Dave Lasley \<<dave@laslabs.com>\>
- [Tecnativa](https://www.tecnativa.com):
- Sergio Teruel
- Andrea Cattalani ([Moduon](https://www.moduon.team/))

View File

@@ -1,10 +0,0 @@
* Daniel Reis <dreis.pt@hotmail.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Dave Lasley <dave@laslabs.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Sergio Teruel
* Andrea Cattalani (`Moduon <https://www.moduon.team/>`__)

View File

@@ -0,0 +1,2 @@
This module extends `base_external_dbsource`, allowing you to connect to
foreign SQLite databases using SQLAlchemy.

View File

@@ -1,2 +0,0 @@
This module extends ``base_external_dbsource``, allowing you to connect to
foreign SQLite databases using SQLAlchemy.

View File

@@ -0,0 +1,3 @@
To install this module, you need to:
- Install `sqlalchemy` python library

View File

@@ -1,3 +0,0 @@
To install this module, you need to:
* Install ``sqlalchemy`` python library

View File

@@ -0,0 +1 @@
- Add X.509 authentication

View File

@@ -1 +0,0 @@
* Add X.509 authentication

View File

@@ -0,0 +1,8 @@
To use this module:
- Go to Settings \> Database Structure \> Database Sources
- Click on Create to enter the following information:
- Datasource name 
- Pasword
- Connector: Choose the database to which you want to connect
- Connection string: Specify how to connect to database

View File

@@ -1,9 +0,0 @@
To use this module:
* Go to Settings > Database Structure > Database Sources
* Click on Create to enter the following information:
* Datasource name 
* Pasword
* Connector: Choose the database to which you want to connect
* Connection string: Specify how to connect to database