DexBee Documentation
Welcome to the DexBee documentation. DexBee is a powerful TypeScript IndexedDB ORM that brings SQL-like query syntax to client-side databases in web applications.
🚀
Getting Started
Learn the basics and get up and running with DexBee quickly.
Quick Start
Get started with DexBee in just a few minutes:
Install DexBee:
Basic usage example:
🔍 SQL-Like Queries
Write familiar SQL-like queries with full TypeScript support and IntelliSense.
🛠️ Type Safety
Full TypeScript integration with compile-time error checking and auto-completion.
🚀 Modern Architecture
Built with modern JavaScript features, tree-shakeable, and optimized for performance.
🔄 Migrations
Schema evolution and data transformation with automatic migration generation.
On This Page