MySQL RESTful API Server

JSON →
library 0.8.1 ·javascript
verified Jun 5, 2026

A rapid RESTful API server for MySQL databases that automatically imports database structure and creates metadata for CRUD operations. Current version 0.8.1. It exposes two ports: one for administration (HTTPS) and one for API requests. Key differentiators: automatic metadata generation, batch commands with transactions, pre/post operation hooks, and SSL support. It is a self-contained server that uses Express-like patterns but is not actively maintained.