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¶
|
Generates a string representing a database address. |
|
Retrieves the database address of a database class given its default parameters. |
|
Adds a condition to a given SQL query statement. |
|
Copies tables of a database from a Microsoft SQL server to a PostgreSQL server. |
|
Imports data into the project database. |
|
Reads data from the project database. |