queryit icon indicating copy to clipboard operation
queryit copied to clipboard

A very basic setupless terminal based SQL query runner meant to be used as a developer tool to test queries against a project database.

Results 2 queryit issues
Sort by recently updated
recently updated
newest added

(I got some errors when attempting to install `queryit` with Crystal `1.1.1` and connecting to `mysql` databases. In particular, this was on a fairly fresh install of Linux Mint 20.2...

**Mysql support** (split out of issue https://github.com/hugopl/queryit/issues/1) The uri is defined my mysql at: https://dev.mysql.com/doc/dev/mysqlsh-api-python/8.0/connection_data.html as [scheme://][user[:password]@][/schema][?option=value&option=value...] This is where I could use some help with connecting to mysql db...