1.1.1 • Published 1 year ago

quicky-database v1.1.1

Weekly downloads
-
License
GPLv3.0
Repository
github
Last release
1 year ago

✨ Features

  • Fast Store: A database that stores key-value pairs is fast! (Maps)
  • Non-blocking: The database is asynchronous with methods that returns promises
  • In Memory: This database is a good choice for tests

⬇️ How to install and use it

npm install quicky-database -D

and use it with esm

import QuickyDB from 'quicky-database';

const db = new QuickyDB<number, string>();
db.insertSync({ key: 1, value: 'foo' });

⬇️ How to develop and contribute

git clone https://github.com/kauefraga/quicky-database.git
cd quicky-database

npm install
npm run test

Or downloading with yarn? yarn && yarn test Sincerely, i prefer pnpm, so: pnpm i && pnpm test

💻 Technologies

💬 Coming soon...

  • A CLI to use the database more easily and directly
    • Colored and easy to understand

📝 License

This project is licensed under the GPLv3.0 License - See the LICENSE for more information.


1.1.1

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago