Skip to content

A Python DB, Local Document(JSON) DB, might do more later ...

License

Notifications You must be signed in to change notification settings

fitzy1321/apydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Doc DB

My implementation of TinyDB, a local JSON Document DB.

I want to try optional packages orjson vs json.

Caching mechanism, maybe just store data locally, then when object is destructed, or contextmanager or some kind of scope, the local storage is sent to json file.

About

A Python DB, Local Document(JSON) DB, might do more later ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages