Documentation

Everything you need to get started with MVP DB.

Quick Start

  1. 1. Sign up and create your first database.
  2. 2. Copy your connection string from the dashboard.
  3. 3. Connect with any PostgreSQL client, ORM, or driver.
~ / connect
# Connect with psql
$ psql "postgresql://user:pass@db.mvpdb.dev:5432/myapp"
# Or use your favorite ORM
$ dotnet add package Npgsql.EntityFrameworkCore.PostgreSQL

Supported Clients

MVP DB is standard PostgreSQL. Use any client or ORM:

psql
Npgsql
Dapper
EF Core
Prisma
Drizzle
DBeaver
pgAdmin
DataGrip

Support

Need help? Reach out at support@mvpdb.dev.