sqlc
sqlc copied to clipboard
postresql database inconsistent between documentation and docker-compose.yml
Version
1.29.0
What happened?
https://docs.sqlc.dev/en/latest/guides/development.html#for-postgresql
says db is "dinotest" for postgresql
https://github.com/sqlc-dev/sqlc/blob/main/docker-compose.yml
has the database set to "postgres"
Relevant log output
Database schema
SQL queries
Configuration
Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response