mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
955 B
955 B
DbGate - database administration tool
DbGate is fast and easy to use database administration tool for MySQL, PostgreSQL, SQL Server.
Install using npm
npm install -g dbgate
After installing, you can run dbgate with command:
dbgate
Then open http://localhost:5000 in your browser
Download electron app
You can also download binary packages from https://dbgate.org . Or run from source code, as described on github
Other dbgate packages
You can use some functionality of dbgate from your JavaScript code. See dbgate-api package.