Files
services/db
Asim Aslam 2621c0e2e2 Update endpoint (#135)
* [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>
2021-06-02 18:31:27 +01:00
..
2021-06-02 18:31:27 +01:00
2021-06-02 18:19:09 +01:00
2021-06-02 15:29:52 +01:00
2021-06-02 15:29:52 +01:00
2021-06-02 18:19:09 +01:00
2021-06-02 15:29:52 +01:00
2021-06-02 18:19:09 +01:00
2021-06-02 15:29:52 +01:00
2021-06-02 16:24:06 +01:00
2021-06-02 16:29:08 +01:00

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.