bbkane/envelope

Use custom SQLiteTime in sqlc

bbkane opened this issue · 0 comments

This will allow me to easily make a constructor for it from a time.Time, guarding against bad input, as well as make a method to convert it back to a time.Time. Both of these also will work better for VS Code autocompletion than my current free-function approach.

Blocked on sqlc-dev/sqlc#3494