TanmoySG / wunderDB

A micro JSON-based Data Store inspired by MongoDB.
http://wdb.tanmoysg.com/api/
Apache License 2.0
12 stars 0 forks source link

WDBClient Methods #15

Closed TanmoySG closed 1 year ago

TanmoySG commented 1 year ago

Continuing from #13 , built on the models, and modular methods for database, collection and data and create an exportable WDBClient that ties the different steps (using the modular functions) and performs the action required.

Eg, to Add database, the wdbClient.AddDatabase(dbID) should

In this, there would be significant changes in the methods setup in #13 as we want to remove the steps baked into each other and also to remove dependancy on one function from another in same package (databases package methods needed to call the function check if exists of same package). Also the changes would be to just update/delete/get the data and not check existence.