Get your own LibSQL database in seconds. No servers to manage, no infrastructure to maintain. Just connect and build.
Built on LibSQL, the open-source fork of SQLite designed for the cloud.
Create a database in seconds. No provisioning, no waiting. Get your connection string and start building immediately.
Embedded replicas sync automatically. Deploy your app anywhere with local-speed reads and global consistency.
JWT authentication, encrypted connections, and isolated instances. Your data is protected at every layer.
Three steps to your first database
Sign up in seconds with just your email
Spin up a new LibSQL instance with one click
Use your connection URL in any LibSQL client
Use the official LibSQL client or any SQLite-compatible driver. Works with Node.js, Python, Go, Rust, and more.
npm install @libsql/client
import { createClient } from '@libsql/client';
const db = createClient({
url: "libsql://your-db.nerdtables.com",
authToken: "your-token"
});
await db.execute("CREATE TABLE users ...");
Join developers who trust Nerd Tables for their database needs.
Create Your Free Account