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.

📚

Guides

Step-by-step guides for common tasks and patterns.

API Reference

Complete API documentation with examples and type definitions.

💡

Examples

Real-world examples and code samples.

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.