chop-dbhi / sql-agent

HTTP interface for executing ad-hoc SQL queries.
BSD 2-Clause "Simplified" License
93 stars 23 forks source link

Consider replacing connection info handling with xo/dburl package #12

Open bruth opened 6 years ago

bruth commented 6 years ago

xo/usql does a lot of the heavy lifting and supports many more drivers out of the box. This project would then simply act as an HTTP interface on top of it supporting various content types and streaming.