mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] base_external_dbsource_sqlite: pre-commit auto fixes
This commit is contained in:
4
base_external_dbsource_sqlite/readme/CONFIGURE.md
Normal file
4
base_external_dbsource_sqlite/readme/CONFIGURE.md
Normal file
@@ -0,0 +1,4 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
1. Database sources can be configured in Settings \> Configuration -\>
|
||||
Data sources.
|
||||
@@ -1,4 +0,0 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
#. Database sources can be configured in Settings > Configuration ->
|
||||
Data sources.
|
||||
7
base_external_dbsource_sqlite/readme/CONTRIBUTORS.md
Normal file
7
base_external_dbsource_sqlite/readme/CONTRIBUTORS.md
Normal 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/))
|
||||
@@ -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/>`__)
|
||||
2
base_external_dbsource_sqlite/readme/DESCRIPTION.md
Normal file
2
base_external_dbsource_sqlite/readme/DESCRIPTION.md
Normal file
@@ -0,0 +1,2 @@
|
||||
This module extends `base_external_dbsource`, allowing you to connect to
|
||||
foreign SQLite databases using SQLAlchemy.
|
||||
@@ -1,2 +0,0 @@
|
||||
This module extends ``base_external_dbsource``, allowing you to connect to
|
||||
foreign SQLite databases using SQLAlchemy.
|
||||
3
base_external_dbsource_sqlite/readme/INSTALL.md
Normal file
3
base_external_dbsource_sqlite/readme/INSTALL.md
Normal file
@@ -0,0 +1,3 @@
|
||||
To install this module, you need to:
|
||||
|
||||
- Install `sqlalchemy` python library
|
||||
@@ -1,3 +0,0 @@
|
||||
To install this module, you need to:
|
||||
|
||||
* Install ``sqlalchemy`` python library
|
||||
1
base_external_dbsource_sqlite/readme/ROADMAP.md
Normal file
1
base_external_dbsource_sqlite/readme/ROADMAP.md
Normal file
@@ -0,0 +1 @@
|
||||
- Add X.509 authentication
|
||||
@@ -1 +0,0 @@
|
||||
* Add X.509 authentication
|
||||
8
base_external_dbsource_sqlite/readme/USAGE.md
Normal file
8
base_external_dbsource_sqlite/readme/USAGE.md
Normal 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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user