Globe DB
Globe DB is a serverless SQLite-compatible database built for Dart and Flutter developers. It combines the simplicity and familiarity of SQLite with the power of the cloud, zero configuration, no learning curve, and built for performance at the edge.
Globe DB is currently in Beta. While the core protocol compatibility and proxy components are stable, internal APIs and network behavior may change. We welcome your feedback during this period.
Key Features
Edge-Ready, Serverless
All SQL commands are proxied to LibSQL
over the network, either via HTTP
or WebSockets. This enables truly serverless SQLite from the edge, with zero
local data storage.
Dart-First Experience
Built with Dart and Flutter in mind. Works seamlessly with existing Dart
packages like Drift ORM
and sqlite3
, supporting both local development
and edge deployment.
Ready to Start Building?
Dive into our Quickstart Guide and deploy your first live backend in less than 10 minutes.