Skip to main content

Extended paramstyle for sqlite3 module

Project description

Give a comatibility for following paramstyles to sqlite3 module.

  • ANSI C printf format codes, e.g. …WHERE name=%s

  • Python extended format codes, e.g. …WHERE name=%(name)s

Requirements

  • Python 2.7 or 3.4

Setup

$ easy_install sqlite3paramstyle

or

$ pip install sqlite3paramstyle

Usage

import sqlite3paramstyle
conn = sqlite3paramstyle.connect(":memory:")

History

0.0.2 (2015-07-03)

  • wheel support

0.0.1 (2015-03-30)

  • first release

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

sqlite3paramstyle-0.0.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

sqlite3paramstyle-0.0.2-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3

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