Go to file
2023-08-23 21:33:00 +02:00
.vscode ui get form new and edit mode 2023-08-23 21:33:00 +02:00
conf initial import 2021-10-29 23:37:32 +02:00
controllers ui get form new and edit mode 2023-08-23 21:33:00 +02:00
db ui get form new and edit mode 2023-08-23 21:33:00 +02:00
models initial import 2021-10-29 23:37:32 +02:00
routers ui get form new and edit mode 2023-08-23 21:33:00 +02:00
security initial import 2021-10-29 23:37:32 +02:00
swagger ui get form new and edit mode 2023-08-23 21:33:00 +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
go.mod ui get form new and edit mode 2023-08-23 21:33:00 +02:00
go.sum ui get form new and edit mode 2023-08-23 21:33:00 +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 ui get form new and edit mode 2023-08-23 21:33:00 +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.

bee generate routers

Running in debug mode

bee run -downdoc=true -gendoc=true

Testing

http://localhost:8080/swagger