Skip to main content

Multithreading for Sqlite, plus expression composition

Project description

More SQLite!

Multithreading for Sqlite, plus expression composition

PyPI Latest Release Build Status Coverage Status Downloads

Multi-threaded Sqlite

This module wraps the sqlite3.connection with thread-safe traffic manager. Here is typical usage:

from mo_sqlite import Sqlite
db = Sqlite("mydb.sqlite")
with db.transaction() as t:
    t.command("insert into mytable values (1, 2, 3)")

While you may have each thread own a sqlite3.connection to the same file, you will still get exceptions when another thread has the file locked.

Pull JSON out of database

This module includes a minimum experimental structure that can describe pulling deeply nested JSON documents out of a normalized database. The tactic is to shape a single query who's resultset can be easily converted to the desired JSON by Python. Read more on pulling json from a database

There are multiple normal forms, including domain key normal form, and columnar form; these have a multitude one-to-one relations, all represent the same logical schema, but differ in their access patterns to optimize for particular use cases. This module intends to hide the particular database schema from the caller; exposing just the logical schema.

This experiment compliments the mo-columns experiment, which is about pushing JSON into a database.

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

mo_sqlite-2.673.25037.tar.gz (26.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mo_sqlite-2.673.25037-py3-none-any.whl (40.2 kB view details)

Uploaded Python 3

File details

Details for the file mo_sqlite-2.673.25037.tar.gz.

File metadata

  • Download URL: mo_sqlite-2.673.25037.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.6

File hashes

Hashes for mo_sqlite-2.673.25037.tar.gz
Algorithm Hash digest
SHA256 4452f95870a4be77dec5555516fdc37f7a2fd98f0d73fb434af3654d119cccd0
MD5 7f7b1c167d20fe1071d793083fdacab0
BLAKE2b-256 bcf8a64b14785c93e209d7a5b5adaec503eebcef337c2587e2f7515c068d0c36

See more details on using hashes here.

File details

Details for the file mo_sqlite-2.673.25037-py3-none-any.whl.

File metadata

File hashes

Hashes for mo_sqlite-2.673.25037-py3-none-any.whl
Algorithm Hash digest
SHA256 2df50b947b0bb096dd0ef9c1969d193c4ad04ddcf7ffd3dbdd2ac9a9a87d9ae2
MD5 d9ed4e661ede32e01bee35d4e29c10d4
BLAKE2b-256 aab1ce277ca1e8684124209f14b45adce0417d9c782f8cd98fea0835a31c6af7

See more details on using hashes here.

Supported by

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