null mgt and put method

This commit is contained in:
ycc
2022-05-17 18:05:18 +02:00
parent 4be754b679
commit f1310a3a54
9 changed files with 447 additions and 116 deletions

View File

@@ -3,6 +3,9 @@ Generic database webservice layer
This code publishes automatically CRUD REST web services for all tables available in a SQL database.
Some special tables can be used for defining database access restrictions based on an RBAC model.
> export GOPRIVATE=forge.redroom.link
before doing go mod tidy.
Running in debug mode
---------------------
> bee run -downdoc=true -gendoc=true