feat: init
This commit is contained in:
parent
7688020b52
commit
6302dd62d6
33 changed files with 6027 additions and 0 deletions
4
internal/repository/queries/queries.sql
Normal file
4
internal/repository/queries/queries.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- name: GetStationByID :one
|
||||
select *
|
||||
from stations
|
||||
where id = @id;
|
||||
Loading…
Add table
Add a link
Reference in a new issue