

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 發文

