Skip to content

v1.22.0

Compare
Choose a tag to compare
@kyleconroy kyleconroy released this 26 Sep 17:58
· 265 commits to main since this release
0de01ab

What's new

Managed databases for sqlc vet

If you're using sqlc vet to write rules that require access to a running database, sqlc can now start and manage that database for you. PostgreSQL support is available today, with MySQL on the way.

When you turn on managed databases, sqlc will use your schema to create a template database that it can copy to make future runs of sqlc vet very performant.

This feature relies on configuration obtained via sqlc Cloud. If you're interested in early access you can sign up here or send us an email at hello@sqlc.dev.

Read more in the managed databases documentation.

What's changed

New Contributors

  • @XanderAtGoingDutch made their first contribution in #2727

Full Changelog: v1.21.0...v1.22.0