mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
.. | ||
bin | ||
package.json | ||
README.md |
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-serve
After installing, you can run dbgate with command:
dbgate-serve
Then open http://localhost:3000 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.