Is a little cli to manage datasource connections and queries
I needed a cli utility that can:
- Connect to datasources using exisitng clients (I don't want to reinvent the wheel, there are good options out there)
- Manage connections to datasoruces
- Provide a unified way to interact with the underlying clients
- Let me specify queries response format (json, csv, markdown, ...)
- Let met configure which client to use for direct queries from the cli and which one to use for interactive sessions (i.e psql for queries and pgcli for interactive sessions)
- Connect to sources other than relational databases sources.
That is it, that is what DBLCI is.