Go to file
2022-04-20 15:25:05 +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 readme updated 2022-04-20 15:24:29 +02:00
models initial import 2021-10-29 23:37:32 +02:00
routers readme updated 2022-04-20 15:25:05 +02:00
security initial import 2021-10-29 23:37:32 +02:00
swagger readme updated 2022-04-20 15:25:05 +02:00
tests initial import 2021-10-29 23:37:32 +02:00
.gitignore Initial commit 2021-10-27 16:31:55 +00: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 readme updated 2022-04-20 15:25:05 +02:00
go.sum readme updated 2022-04-20 15:25:05 +02:00
lastupdate.tmp readme updated 2022-04-20 15:25:05 +02:00
main.go initial import 2021-10-29 23:37:32 +02:00
README.md readme updated 2022-04-20 15:25:05 +02:00
sqldb-ws readme updated 2022-04-20 15:25:05 +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.

Running in debug mode

bee run -downdoc=true -gendoc=true

Testing

http://localhost:8080/swagger