queryit v0.8.5
Archived
I'm not using or writing this anymore, when I need to do SQL stuff nowadays I'm using beekeeper-studio, yet another electron app eating all our beloved memory, however feature complete :-)
Queryit
A very basic setupless terminal based SQL query runner meant to be used as a developer tool to test queries against a project database.
Installation
if ArchLinux
There's an AUR package for it.
$ yay -S queryit
else
Install the dependencies (dev packages if your distro split development files in separated packages):
- Crystal compiler >= 1.0.
- libyaml (for rails/amber database configuration detection).
- python (compile time dependency used as build system for libtermbox).
- libevent.
- libsqlite3 (for sqlite support).
- mysql-client (for mysql support).
- postgresql-libs (for postgres support).
$ make
$ sudo make install
Usage
On a rails or amber project directory just run it, a connection will be made to the development database:
$ queryit
Or specify the database URI:
$ queryit --uri postgres://localhost/database
Database support
Despite of only be really tested with Postgres and SQLite, it should work with MySQL too.
Contributing
- Fork it (https://github.com/hugopl/queryit/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Feature suggestions are welcome, write them in github issues.
Contributors
- Hugo Parente Lima - creator and maintainer
queryit
- 20
- 2
- 2
- 0
- 5
- about 1 year ago
- October 23, 2019
MIT License
Thu, 21 Nov 2024 04:01:22 GMT