Intuitive API that feels like modern JS, not legacy SQL
Includes migrations, soft-deletes, and timestamps by default
Running perfectly on Cloudflare Workers and Pages environments
Lightweight abstraction layer with minimal performance cost
Everything you need to build robust applications on Cloudflare D1
Define your database schema with strict TypeScript types, ensuring compile-time safety and preventing runtime errors.
Construct complex SQL queries using a modern, chainable API designed for developer experience and readability.
Built specifically for Cloudflare D1, taking advantage of its edge-native architecture for low-latency data access.
Automate logic with pre-defined hooks like beforeCreate and afterUpdate to handle side effects effortlessly.
Easily manage relationships between tables and perform simplified joins without writing raw SQL strings.
Perform statistical operations like sum, avg, and median out of the box with optimized helper functions.
Leveraging the best of the modern web ecosystem