Skip to content

Another 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

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another Python DB Library

Basically MongoDB, but dicts and JSON and local files.

MongoDB style interface and query system, but backend by dicts objects and local JSON files in your filesystem.

I want to try optional packages orjson vs json.

And Lazy Loading.

Example of something ...

How the json file should look

{
  "collections" : {
    "[insert_name]":{
      "_last_id":0,
      "docs":{
        
      }
    }
  }
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages