π Features added
- add support for a generation of Golang+Chi+MySQL applications (#9)
- add support for a generation of Python+FastAPI+PostgreSQL applications (#16)
- add support for a generation of TypeScript+Express+MySQL applications (#35)
- generate
Dockerfile
for running a service (#42) - add support for using query parameters (
:q.name
) (#23) - add support for arguments of boolean type (#49)
- allow to include user defined routes (by creating
*_routes.$ext
files) (#27) - unify behavior for handling internal server errors (#48)
- preserve newlines in SQL queries (#26)
- allow comments for SQL queries in
endpoints.yaml
(#22); contributed by @kirsanium - add
--dest-dir
option to specify a destination directory of generated files (#24) - (python only) add support to aggregate multiple queries into a single response (#17)
π Other Changes