ds-db

Dead-simple relational database

Usage no npm install needed!

<script type="module">
  import dsDb from 'https://cdn.skypack.dev/ds-db';
</script>

README

ds-db

Dead-simple relational database

At this point, the "dead-simple" label is a bit of a stretch. Currently, the database is a heap-stored document store that can contain non-unique indexes on any property.

Tables themselves have a simple interface:

// TODO