The package dbwrapper contains a simple, thread-safe wrapper for sqlite3. It runs a sqlite3.Connection in an own thread and passes SQL commands and results using queues.
Author: Sven Festersen (sven@sven-festersen.de) Version: 1.1 Date: 29 March 2013 License: GPL
Example usage:
import dbwrapper.db
database = dbwrapper.db.DBWrapper(“database.sqlite”) database(“SQL commands here”) database.close()
For more examples, see tests/test.py
Release files for DBWrapper 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| DBWrapper-1.1.tar.gz | 2.5 kB | Details |
Release files / DBWrapper-1.1.tar.gz
| Download URL | DBWrapper-1.1.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9fd011bc7dd0e60780b5a696f93c704989b81df98bf1c92c42050c253d76ba39
|
|
BLAKE2b-256 checksum How to use checksums |
2c2bbeec01286f4ac3945ebae0f27a4f4cfec9113cc68fd663641743b78bca5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |