3asy.db

A Simple Promise-Based wrapper for LevelDB

Usage no npm install needed!

<script type="module">
  import asyDb from 'https://cdn.skypack.dev/3asy.db';
</script>

README

Easy.DB - Easy Database

Easy.db is a Simple Promise-Based wrapper for LevelDB.
This module provides an easy way to use LevelDB
avoiding all callbacks.

Documentation

Installation

  • Simply run npm install 3asy.db on your Terminal

What's new on Version 0.2.0?

  • Function#has has now been fully removed! Hooray! If we only had a button... Press F to pay for respects
  • The feature revive has been finally added! This makes it so that when you delete a key, it saves it's value to the key recycling_bin, which can't be deleted or edited. But can be fetched!
  • Fixed examples!

FAQ ( Frequently Asked Questions )

Q: What is Easy.DB?
A: Easy.db is a Simple Promise-Based wrapper for LevelDB. This module provides an easy way to use LevelDB avoiding all callbacks.

Q: Why is the name 3asy.db?
A: There is a package called easydb which prevents us from making easy.db due to npm's Stupid Update

Q: Does this support Multiple-Processes?
A: I'm sorry but no. LevelDB doesn't support Multiple Processes or Sharding. But we will make another Module soon that will hopefully support Multiple Processes.

Q: Why did you make this?
A: At first, it was for a Project that i'm making, and i thought i should also make a seperate Module for it. And here it is.

Q: What is it used for?
A: It can be used for any NODEJS Project you can think of that uses Databases.