Important
quartz.db is based on quick.db version 9.1.7
This project is licensed under the GPL 3.0 License. For more details, please refer to the LICENSE file.
A lightweight, user-friendly database wrapper for Node.js that provides persistent data storage with multiple driver options.
- 🔧 Simple API - Intuitive methods
- 💾 Persistent Storage - Data persists between restarts
- 🗄️ Multiple Storage Options - Support for SQLite, MySQL, MongoDB, JSON and in-memory storage
- ⚡ Zero Configuration - Works out of the box with SQLite
- 🛡️ Type Safe - Written in TypeScript with full type definitions
- 🌱 Beginner Friendly - Straightforward documentation and examples