mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[ADD] base_external_dbsource_sap_hana: New module to connect to SAP Hana using Alchemy
TT38753
This commit is contained in:
committed by
Pedro M. Baeza
parent
f6fce140f0
commit
002a3b36ee
4
base_external_dbsource_sap_hana/readme/CONFIGURE.rst
Normal file
4
base_external_dbsource_sap_hana/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
#. Database sources can be configured in Settings > Technical >
|
||||
Database Structure > Database sources.
|
||||
4
base_external_dbsource_sap_hana/readme/CONTRIBUTORS.rst
Normal file
4
base_external_dbsource_sap_hana/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
* `Tecnativa <https://www.tecnativa.com/>`__:
|
||||
|
||||
* Carlos Dauden
|
||||
* Sergio Teruel
|
||||
2
base_external_dbsource_sap_hana/readme/DESCRIPTION.rst
Normal file
2
base_external_dbsource_sap_hana/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
This module extends ``base_external_dbsource``, allowing you to connect to
|
||||
foreign SAP HANA databases using SQLAlchemy.
|
||||
3
base_external_dbsource_sap_hana/readme/INSTALL.rst
Normal file
3
base_external_dbsource_sap_hana/readme/INSTALL.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
To install this module, you need to:
|
||||
|
||||
* Install ``sqlalchemy_hana`` and ``hdbcli`` python libraries
|
||||
9
base_external_dbsource_sap_hana/readme/USAGE.rst
Normal file
9
base_external_dbsource_sap_hana/readme/USAGE.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
To use this module:
|
||||
|
||||
* Go to Settings > Technical > 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