Phil Eaton 6/6/2020

Generating a REST API from a database

Read Original

The article introduces DBCore, an alpha-stage code generation tool that reads a PostgreSQL or MySQL database schema and automatically generates a complete, standardized REST API with CRUD operations, pagination, filtering, and authentication. It includes a Go reference implementation, with plans for Java and Ruby. The author discusses the limitations of existing frameworks and boilerplate, and outlines DBCore's future roadmap, including generating admin UI templates and supporting more databases and template types.

Generating a REST API from a database

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week