Skip to main content

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}]

Release files for noqlite 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for noqlite 0.1.0
File Interpreter ABI Platform
noqlite-0.1.0-py2.py3-none-any.whl Python 2, Python 3 none any Details

Release files / noqlite-0.1.0-py2.py3-none-any.whl

Download URL noqlite-0.1.0-py2.py3-none-any.whl
Size 3.6 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
9368eac2148868c23ab2559df9b66fc229aa366cad8dd35216b96ea7b1debc71
BLAKE2b-256 checksum
How to use checksums
4b8770e57b20e365521f1ea502a75806220388323ae7c0667d87c429a55ba515
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

This release

0.1.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page