mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* [WIP] DB service * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * F * fixup db and return id in create response * add delete method and some error checking * Add the update method Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
Simple database service
DB Service
The DB service is a simple database which provides persistent storage via a CRUD API. It includes fast querying, ordering and more.