Skip to content

Repository files navigation

Linked

A local web app for managing PostgreSQL databases. Save connections, browse schemas, run queries, take backups, apply migrations, and transfer data between databases.

Requirements

  • Node.js 20 or later
  • pnpm 9 or later
  • PostgreSQL client tools on your PATH:
    • psql
    • pg_dump
    • pg_restore

Backups, migrations, and database transfer need the client tools. The explorer and query editor only need a reachable PostgreSQL server.

On macOS with Homebrew:

brew install postgresql@16

On Ubuntu/Debian:

sudo apt install postgresql-client

Getting started

pnpm install
pnpm dev

Open http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages