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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sqlite3paramstyle-0.0.2.tar.gz.
File metadata
- Download URL: sqlite3paramstyle-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53c2dabac80e6b21333b69198ede470d8d242de1fab5dc34a34d10bc88cc26f7
|
|
| MD5 |
4456523531595068475cf86936774698
|
|
| BLAKE2b-256 |
c1ee273d36df5f48b6ce749b441098d4efea6f1b0146864a75d31fb6c29dc5a9
|
File details
Details for the file sqlite3paramstyle-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: sqlite3paramstyle-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78e057c72a8b654fc8280694812ba87160ba634105417be86035fd8c5b57b1ed
|
|
| MD5 |
cc54a6e87fcc77aff7021c7d0a929da1
|
|
| BLAKE2b-256 |
5f3a4085d2b83cac9316d9a042d6bf6721ae659f3b4e860071e0419aa660d6fb
|