1.0.11 • Published 4 years ago
lonedb v1.0.11
Lonedb
Introduction
This is a simple database management library that is built ontop of localStorage with similar syntax BSON syntax. I was motivated with the need to store database tables on localStorage and also be able to perform a couple of operations like:
- Find
- Insert
- Update
- Delete
Later in the future I hope to add more functionalities to this project, things like Aggregation and integrating awesome features like RxJs.
On instanciation of the class LoneDB a new Collection/Table is created with the provided name if the collection doesn't exist already, else it will fetch the stored data and keep it ready for manipulation.