sqlc-dev / sqlc

Generate type-safe code from SQL
https://sqlc.dev
MIT License
13.59k stars 812 forks source link

feat(createdb): Use locally running server for createdb command #3518

Closed kyleconroy closed 3 months ago

kyleconroy commented 3 months ago

As part of phasing out hosted managed database support, the createdb command needed to be updated to use the new dbmanager package which talks directly to a PostgreSQL or MySQL server.