diff --git a/README.md b/README.md index b41745d..28ca8d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Vytasu GO RESTful API for inventory system (get list of Employees) ## API url: http://localhost:8080. Params for DB connection can be changed in const connectionURL in main.go ## GET params: offset, limit, position +![schema](schema.png) diff --git a/schema.svg b/schema.svg new file mode 100644 index 0000000..4862558 --- /dev/null +++ b/schema.svg @@ -0,0 +1,12 @@ +E01_EMPLOYEESE01_IDintegerE01_EMAILvarchar(100)E01_NAMEvarchar(100)E01_POSITIONvarchar(100)E01_PersonnelNumberint \ No newline at end of file