module
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Nov 4, 2024
License: GPL-3.0
Opens a new window with license information.
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
): ![pic1_instances.png](https://github.com/kazhuravlev/database-gateway/raw/v0.7.0/example/pic1_instances.png)
Choose local-1
, put this query select id, name from clients
and click Run
![pic2_run.png](https://github.com/kazhuravlev/database-gateway/raw/v0.7.0/example/pic2_run.png)
Interesting projects
Directories
¶
cmd
|
|
|
|
internal
|
|
app
Code generated by options-gen.
|
Code generated by options-gen. |
|
|
facade
Code generated by options-gen.
|
Code generated by options-gen. |
|
|
|
templ: version: v0.2.793 |
|
|
Click to show internal directories.
Click to hide internal directories.