Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 03:58
· 311 commits to refs/heads/main since this release
889edd7

v0.27.0

Upgrade Prisma, add data source URL option, fix SQLite relative paths, increase test coverage, minor fixes, improve docs

// new option!
client := db.NewClient(
  db.WithDatasourceURL("postgresql://localhost:5432/mydb?schema=public"),
)

Major changes

Changes

Contributors

@steebchen


Full Changelog: v0.26.0...v0.27.0