Generating a REST API from a database

from blog Notes on software development, | ↗ original
I recently published an alpha version of a code generation tool, DBCore, that reads a database schema from PostgreSQL or MySQL and generates an entire Go API with CRUD operations, pagination, filtering, and authentication. But more than just generating code like xo/xo or gnorm, DBCore defines a standard REST API that can be implemented in any...