

NanaSQLite
Python dict that auto-saves to SQLite. No SQL needed.
什么是 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
截图
?
还没有评论,来抢沙发吧!
X 上关于 NanaSQLite 的真实讨论
去 X 发帖

