Generating a full-stack application from a database

from blog Notes on software development, | ↗ original
DBCore can now generate a TypeScript/React CRUD UI that is automatically hooked up to the generated REST API (in Go). The UI has full support for login, viewing (and filtering), editing, and creating database entities. PostgreSQL, SQLite and MySQL are supported. How to use?The goal of this project is primarily to provide as much useful...