README
¶
Database Gateway
Quickstart with example setup
Run commands to get a local dbgw instance with 3 postgres.
git clone git@github.com:kazhuravlev/database-gateway.git
cd database-gateway/example
docker compose up -d
open 'http://user:password@127.0.0.1:8080'
You will see a 3 postgres instances (local-1
, local-2
, local-3
):
Choose local-1
, put this query select id, name from clients
and click Run
Interesting projects
Click to show internal directories.
Click to hide internal directories.