dbms¶
Communication with databases.
The current release includes classes for PostgreSQL and Microsoft SQL Server.
Databases¶
|
A class for basic communication with PostgreSQL databases. |
|
A class for basic communication with Microsoft SQL Server databases. |
Database tools/utilities¶
|
Generate a string representing a database address. |
|
Retrieve the database address of a database class given its default parameters. |
|
Add a condition to a given SQL query statement. |
|
Copy tables of a database from a Microsoft SQL server to a PostgreSQL server. |
|
Import data into the project database. |
|
Read data from the project database. |