From 1a85020638638845cbf4b34b0b5ffa4d75713b1c Mon Sep 17 00:00:00 2001 From: RedokPaw Date: Wed, 3 Jul 2024 21:36:01 +0300 Subject: [PATCH] updated Readme --- README.md | 1 + schema.svg | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 schema.svg 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