API documentation
Module | Description |
---|---|
dpq2.conv.arrays | Module to handle PostgreSQL array types |
dpq2.conv.from_bson | |
dpq2.conv.from_d_types | |
dpq2.conv.geometric | |
dpq2.conv.jsonb | |
dpq2.conv.time | PostgreSQL time types binary format. |
dpq2.conv.to_bson | |
dpq2.conv.to_d_types | |
dpq2.args | Dealing with query arguments |
dpq2.connection | Represents connection to the PostgreSQL server |
dpq2.dynloader | Supporting of dynamic configuration of libpq |
dpq2.exception | |
dpq2.oids | PostgreSQL major types oids. |
dpq2.query | Query methods |
dpq2.query_gen | Generates SQL query with appropriate variable types |
dpq2.result | Dealing with results of queries |
dpq2.value | |
vibe.db.postgresql | PostgreSQL database client implementation. |
dpq2 | Main module |