Go to file
2022-05-20 14:05:54 +02:00
.vscode readme updated 2022-04-20 15:25:05 +02:00
conf initial import 2021-10-29 23:37:32 +02:00
controllers null... 2022-05-20 14:05:54 +02:00
models initial import 2021-10-29 23:37:32 +02:00
routers null mgt and put method 2022-05-17 18:05:18 +02:00
security initial import 2021-10-29 23:37:32 +02:00
swagger null mgt and put method 2022-05-17 18:05:18 +02:00
tests initial import 2021-10-29 23:37:32 +02:00
.gitignore null... 2022-05-20 14:05:54 +02:00
config.json initial import 2021-10-29 23:37:32 +02:00
database.sql initial import 2021-10-29 23:37:32 +02:00
db_new.sql initial import 2021-10-29 23:37:32 +02:00
go.mod db updt & post status 2022-05-19 10:57:49 +02:00
go.sum db updt & post status 2022-05-19 10:57:49 +02:00
lastupdate.tmp null mgt and put method 2022-05-17 18:05:18 +02:00
main.go initial import 2021-10-29 23:37:32 +02:00
README.md put error status 2022-05-18 17:47:42 +02:00

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

Testing

http://localhost:8080/swagger