Skip to content
/ nosdb Public

A NoSQL database library for performing CRD operations on a JSON file.

Notifications You must be signed in to change notification settings

hnumair/nosdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nosDB

nosDB is a NoSQL database library. It works on key value pairs to store and retrieve the data.

Quickstart

Instantiate the Database class by passing the file name of the database.

from src import nosdb
object_name = nosdb.Database("filename")

Now, predefined methods can be used for interacting with the database.

Refer test.py for more details.

About

A NoSQL database library for performing CRD operations on a JSON file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages