6ff2c7c53bf7b960f0648853bc54755c3831551c
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.
Installing bee command
go get github.com/beego/bee/v2
Running in debug mode
bee run -downdoc=true -gendoc=true
Testing
Description
Languages
JavaScript
96.1%
Go
3.1%
PLpgSQL
0.4%
HTML
0.4%