sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

postresql database inconsistent between documentation and docker-compose.yml

Open SunnysideAaron opened this issue 7 months ago • 0 comments

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

SunnysideAaron avatar May 03 '25 16:05 SunnysideAaron