Export database or table to sql

This commit is contained in:
Dan Sosedoff
2017-09-16 20:32:41 -05:00
parent 003a661c08
commit e771d6f49e
6 changed files with 106 additions and 8 deletions

View File

@@ -47,5 +47,6 @@ func SetupRoutes(router *gin.Engine) {
api.POST("/explain", ExplainQuery)
api.GET("/history", GetHistory)
api.GET("/bookmarks", GetBookmarks)
api.GET("/export", DataExport)
}
}