Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page