fix: fixed issue with comments in sqlc-generated go code;

refactor: creating/updating login_information takes plain password and hashes it in database;
feat: db query to get user by their login credentials
This commit is contained in:
2025-06-19 17:09:27 +03:00
parent 4e3554346a
commit 49534d46c1
3 changed files with 98 additions and 69 deletions

View File

@@ -9,6 +9,6 @@ sql:
sql_package: "pgx/v5"
database:
# managed: true
uri: "postgresql://postgres:postgres@localhost:5432/mydb?sslmode=disable"
uri: "postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable"
rules:
- sqlc/db-prepare