[11.0][MIG] base_external_dbsource_sqlite: Migration to v11.0

This commit is contained in:
Sergio Teruel Albert
2018-06-27 13:10:53 +02:00
committed by Sergio Teruel
parent c1267e1be1
commit b6d36ee370
13 changed files with 85 additions and 34 deletions

View File

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

View File

@@ -0,0 +1,5 @@
* Daniel Reis <dreis.pt@hotmail.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Dave Lasley <dave@laslabs.com>
* Sergio Teruel <sergio.teruel@tecnativa.com> (https://www.tecnativa.com)

View File

@@ -0,0 +1,3 @@
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

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

View File

@@ -0,0 +1,9 @@
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