simple nosql over sqlite
Project description
noqlite
simple nosql over sqlite
install
pip install noqlite
usage
from noqlite import NoQLite, Query
db = NoQLite('bicycles-per-capita.db')
db.insert({'rate': 0.6, 'country': 'Japan'})
db.insert({'rate': 0.8, 'country': 'Denmark'})
db.insert({'rate': 1.3, 'country': 'Netherlands'})
db.search(Query().rate > 1)
# [{'id': 3, 'country': 'Netherlands', 'rate': 1.3}]
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file noqlite-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: noqlite-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9368eac2148868c23ab2559df9b66fc229aa366cad8dd35216b96ea7b1debc71
|
|
MD5 |
5b37f3f4fa2e86e1cb88da3b01803b7a
|
|
BLAKE2b-256 |
4b8770e57b20e365521f1ea502a75806220388323ae7c0667d87c429a55ba515
|