dusova Database is an open-source JSON and YAML database module that is fast, reliable, and useful. It integrates perfectly with JavaScript and TypeScript and can be easily used on npm and yarn. It aims to help developers create the most useful, logical, and fast local databases. This project aims to contribute to the community without any profit motive.
- Available on NPM and Yarn: Install quickly.
- Open Source: Anyone can contribute.
- JSON and YAML Supported: Manage your data flexibly.
- TypeScript Support: Ideal for modern software development.
- Event-Driven: Perfect for interactive applications.
- Secure with Backup System: Protect your data.
- Completely in Turkish: User-friendly experience.
To download the module, you must have the following tools:
- Node.js version
14.17.1
or later - An online or local editor with a terminal
- A bit of love to enhance your code quality 💖 (version 1.0 and later; you must add your love!)
If you meet the above requirements, you should type and run the following commands in your terminal to install the module:
npm i dusovadb@latest
yarn add dusovadb
⚠️ This command installs the latest version on npmjs. If you want to download the GitHub version that has not yet been released as stable, you should type and run the following commands in your terminal.
npm i "https://github.com/dusova/dusovadb.git#master"
yarn add https://github.com/dusova/dusovadb.git#master
After running the command, the package will be downloaded for a while. Once the download is complete, dusova Database will be fully ready to use! Start managing your data easily!
If you want to contribute to the project, you can fork it and send a pull request. Any contributions and feedback are welcome.
If you have any questions or feedback about this project, you can contact me via email or LinkedIn.
This project is licensed under the Apache License 2.0. For more information, you can review the LICENSE file.