1.0.11 • Published 4 years ago

lonedb v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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.

Features

Functions

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago