Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 787 Bytes

File metadata and controls

15 lines (12 loc) · 787 Bytes

Changelog

All notable changes to this project will be documented in this file.

v0.1.0 - 2025-04-01

Added

  • #17 Added support for driver sqlite3 (rayakame)
  • #21 Added support for sqlc.embed() (rayakame)

Changed

  • #20 Query functions now don't take param-structs (rayakame)

v0.0.1 - 2025-03-31

Added

  • #13 Added emit_classes config option that, if enabled, puts all the queries into classes (rayakame)
  • #14 Added changelog functionality (rayakame)