This PR adds a CLI command template edit which allows updating the following metadata fields of a template: - Description - Max TTL - Min Autostart Interval
Database queries are generated using sqlc. See: sqlc docs
Run make gen to generate models and query functions.
make gen