Skip to content

(mysql,oracle,sqlserver,clickhouse,elasticsearch,es ) 在http上写个sql读取数据、并发sql查询、高效协程sql

Notifications You must be signed in to change notification settings

xieyuhua/db-http-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-http-sql

image

(MySQL,Oracle,sqlserver,clickhouse,elasticsearch,es)数据服务 —— 写个 SQL 即可发布成 API


SELECT * FROM goods_0 WHERE `goods_name` like '%家庭%'
//oracle:https://H2:[email protected]:3521/hydee 
//root:ef08ef776ce21a44@tcp(127.0.0.1:3306)/after
//sqlserver:https://kangshu:[email protected]:1433/?database=weixin&encrypt=disable
//tcp:https://127.0.0.1:42722?debug=false&database=azdb&write_timeout=5&compress=true&username=default&password=xieyuhua
//127.0.0.1:9200

[root@Web6 oraclesql]# ./db-http-sql 
2023/02/02 10:41:31 监听端口 http:https://127.0.0.1:8086

感谢开源

github.com/sirupsen/logrus
github.com/ClickHouse/clickhouse-go
github.com/denisenkom/go-mssqldb
github.com/go-sql-driver/mysql
github.com/wdrabbit/gorm-oracle
github.com/elastic/go-elasticsearch
github.com/farmerx/elasticsql

About

(mysql,oracle,sqlserver,clickhouse,elasticsearch,es ) 在http上写个sql读取数据、并发sql查询、高效协程sql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages