vercel
Use postgres connector:
postgres
import { createDatabase } from "db0"; import postgres from "db0/connectors/postgres"; const db = createDatabase( postgres({ /* options */ }), );
Turso
Connect DB0 to Turso
Integrations
You can integrate DB0 instance to ORM or framework of your choice.