Files
services/db
Asim Aslam 301ecec814 . (#137)
* [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

* fix panic

* use record for the data field

Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
2021-06-02 18:50:17 +01:00
..
2021-06-02 18:50:17 +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.