Skip to content

Created a basic database which is a lil bit similar to mongodb

Notifications You must be signed in to change notification settings

dragno99/go-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-database

Created a basic database which is a lil bit similar to mongodb.

It stores data in the form of json document.

I have also used mutex in this to solve data inconsistency issues.

It consists of 5 basics operation :

1 ) - Create a new driver ( similar as mongodb )

2 ) - Write in our collection.

3 ) - Read from collection.

4 ) - ReadAll , read all documents from collection.

5 ) - Delete one or many documents from collection.

About

Created a basic database which is a lil bit similar to mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages