Skip to content
Eren edited this page Jan 26, 2025 · 1 revision

quartz.db

A lightweight, user-friendly database wrapper for Node.js that provides persistent data storage with multiple driver options.

Documentation Support NPM

Features

  • 🔧 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
Clone this wiki locally