dbms

Communication with databases.

The current release includes classes for PostgreSQL and Microsoft SQL Server.

Databases

PostgreSQL([host, port, username, password, ...])

A class for basic communication with PostgreSQL databases.

MSSQL([host, port, username, password, ...])

A class for basic communication with Microsoft SQL Server databases.

Database tools/utilities

make_database_address(host, port, username)

Make a string of a database address.

get_default_database_address(db_cls)

Get default database address of a given class in the current module.

mssql_to_postgresql(mssql, postgres[, ...])

Copy tables of a database from a Microsoft SQL server to a PostgreSQL server.