

NanaSQLite
Python dict that auto-saves to SQLite. No SQL needed.
What is NanaSQLite?
NanaSQLite is a dict-like SQLite wrapper for Python — persist data instantly without writing any SQL. Just use it like a regular Python dict: db["user"] = {"name": "Alice", "age": 20} print(db["user"]) # auto-saved to SQLite Key features: • 7.7× faster initialization • 19.9× faster batch processing with memory caching • Built on APSW for reliability • Zero boilerplate — no schema, no setup → pip install nanasqlite
Screenshots
?
No comments yet. Be the first!
Real conversations about NanaSQLite on X
Post on X

