Skip to content

louislva/dbdiff

Repository files navigation

dbdiff

A free, open-source desktop app to explore, edit, and query your PostgreSQL databases. Fast and keyboard-driven.

Install

npx dbdiff-app install-from-source

All you need is npm/Node.js

Development

git clone https://github.com/louislva/dbdiff.git
cd dbdiff
npm install
npm run dev

This starts Vite (port 4089) and Express (port 4088) concurrently with hot reloading.

Other commands:

npm run dev:electron   # Dev mode with Electron
npm run build          # Production build
npm run typecheck      # Type checking
npm run format         # Code formatting
npm start              # Run built Electron app

About

A neat, modern, open-source database client for PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors