Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.73 KB

File metadata and controls

46 lines (26 loc) · 1.73 KB

rest2sql-plugin

Creating a CRUD JSON REST API for remote consumption of MariaDB datas

The goal is to provide an easy way to map http requests to CRUD-like DML statements and eventually stored procedure calls with json objects in http as response. The scope of this project will stay "limited" to DML only.

design decisions

Project Status

  • Release: pre ALPHA
  • Current Version: 0.1
  • dev version: 0.2
  • Status: Active development
  • Last Updated: 20250809
  • Actual development branch : dev

Direct tables access

Stored procedure calls (TBD)

compilation instructions

upcoming features

Contributions

  • Awesome people
  • If you want to contribute, please take a look at branches. The development branch is announced in the project status. There will be one per http method to handle with corresponding name.