connect
The connect module is accessible via the sqlapi module.
Modules
The sqlapi.connect module exposes 4 submodules:
- pool
- Connection pool.
- solid
- solid - hardened DB-API 2 connections.
- threadpool
- Connection pool with thread affinity
- wrapper
- A wrapper for DB-API connections, with SQL-API features
See the source for more information.