forked from plexidev/quick.db
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Eren edited this page Jan 26, 2025
·
1 revision
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