Skip to content

v3.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@leroxyl leroxyl released this 08 Feb 16:00
· 36 commits to master since this release
6f85a66

Changed:

  • added abstraction layer for SQL queries
  • go functions to access PostgreSQL and SQLite databases are generated from SQL queries using sqlc (github.com/kyleconroy/sqlc/cmd/[email protected])

Added:

  • added unit test execution to github actions