Consider writing your own linter and parser inspired by Rob Pike's
The idea is to do two things:
- Parse an SQL schema and produce an API for accessing an equivalent database in Go
- Produce both Javascript and Go types for use with their respective endpoints
Consider writing your own linter and parser inspired by Rob Pike's
The idea is to do two things: