dinxe

Save time with Dinxe Database, local host only, Insert, get, update and delete data from your app.

Usage no npm install needed!

<script type="module">
  import dinxe from 'https://cdn.skypack.dev/dinxe';
</script>

README

Dinxe Local Database Storage

Dinxe database will help you storage data in you app easy, this functions was create by Gustavo Garcia, Hi think mongodb and others database are little confused to use.Dinxe is Perfect for Electron apps

Getting ready

This is almost ready you have to wait for the final version, this is only for debugging.

Functions

  • Create database name example: company
  • Create database table example: employers
  • Create schema example: name,lastname,username,email.
  • Storage data in your local server
  • Insert data
  • Update data
  • Delete data using objcompare
  • Find data using objcompare

Instructions

Coming up... soon :)