mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-11 06:38:27 -06:00
4 lines
82 B
SQL
4 lines
82 B
SQL
-- name: DatabasesServiceGetDatabase :one
|
|
SELECT * FROM databases
|
|
WHERE id = @id;
|