Skip to content

webix-hub/query-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Backend for Webix Query

How to use

  • configure DB connection
  • import DB dump ( dump.sql)
  • run the app
./query

REST API

Get all data from the tablesave

POST /api/data/{table}

​ Body can contain a filtering query ​

Get unique field values

GET /api/data/{table}/{field}/suggest

Releases

No releases published

Packages

No packages published

Languages