2024-11-07 23:57:57 +01:00
2024-11-06 23:56:44 +01:00
2024-11-03 23:59:00 +01:00
2024-11-07 23:46:04 +01:00
2024-11-07 23:57:57 +01:00
2024-11-07 23:57:57 +01:00
2024-11-03 22:47:35 +01:00
2024-11-06 23:05:35 +01:00
2024-11-07 00:07:21 +01:00
2024-11-04 21:48:30 +01:00
2024-11-04 21:48:30 +01:00
2024-11-07 23:57:57 +01:00
2024-11-03 23:59:00 +01:00
2024-11-07 23:43:21 +01:00
2024-11-07 23:43:21 +01:00
2024-11-03 22:47:35 +01:00
2024-11-03 23:38:57 +01:00
2024-11-07 23:57:57 +01:00
2024-11-07 00:08:33 +01:00

Database Gateway

Quickstart with example setup

Run commands to get a local dbgw instance with 3 postgres.

git clone https://github.com/kazhuravlev/database-gateway.git
cd database-gateway/example
docker compose up -d
open 'http://127.0.0.1:8080'
# Username: test@example.com
# Password: password

You will see a 3 postgres instances (local-1, local-2, local-3): pic1_instances.png

Choose local-1, put this query select id, name from clients and click Run pic2_run.png

Interesting projects

Languages
Go 81.7%
CSS 12.2%
templ 4.9%
JavaScript 0.6%
Dockerfile 0.6%