thknie/cluapi
The `github.com/tknie/clu` package contains an REST server to get and modify database data.
727
The github.com/tknie/clu
package contains an REST server to get and modify database data.
No complex infrastructure inbetween, a direct connection to the database.
There should be no difference if the database is a SQL or a NoSQL database.
A list of data recrods should be able to be inserted or updated in one call. May be as transaction or in an atomic matter.
In advance real main database functionality should be contained like:
For details have a look at the API documentation.
Golang
structures to database tablesIt can be referenced here: https://github.com/tknie/clu/
docker pull thknie/cluapi