

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
스크린샷
?
아직 댓글이 없어요. 가장 먼저 남겨보세요!
NanaSQLite에 대한 X의 실제 대화
X에 게시

