@nodulus/data-diskdb

a data plugin for nodulus

Usage no npm install needed!

<script type="module">
  import nodulusDataDiskdb from 'https://cdn.skypack.dev/@nodulus/data-diskdb';
</script>

README

@nodulus/data-diskdb

Alt text Alt text

nodulus data access layer using local file system

this is a plugin component for nodulus

database agnosticism

nodulus allows the developer to choose which database to use. start your project with a simple file based databse, and your needs grow and the development tasks becomes more clear, upgrade it to a nosql document based storage.

database agnosticism is achieved by using a superset query language (good old SQL)

available plugins:

@nodulus/data-diskdb

@nodulus/data-mongodb

@nodulus/data-rethinkdb