I mostly use my “host” programming language or pgsql to write queries. Is there better tooling for this for either SQLite or PostgreSQL? I’m interested in moving my personal structured data into this format to make working with SQL feel more natural and interactive to me.
Surely this tooling exists. But surely the tooling is better than what I’m finding in my Google searches. Anybody have a killer setup for something like this?
Online is ok. One-time software purchase is ok. A working tool-chain of multiple tools is ok, as long as it results in a more real-time interaction with the existing real model of the db.
Any recommendations?
Additionally, postgres's psql CLI supports an rc file, one you can use for awesome configs. Put some time into that as well.