A psycopg2 wrapper using qmark/named parameters styles
Project description
The qmarkpg package is a psycopg2 wrapper allowing the use of “qmark” placeholders style for positional arguments (i.e. ? instead of %s) and “named” placeholders for mapped arguments (i.e. :name instead of %(name)s.
This package is a proof of concept: adopting qmark/named placeholders is not in program for future psycopg versions. Some multi-database environment may find such placeholder styles more useful for cross-database compatibility.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qmarkpg-0.1.tar.gz
(3.0 kB
view hashes)