I got to thinking it would be very easy to build a better client with AI, that also used AI. And it was -- in less than an hour I put together a cli that supports all of the above.
Most importantly, it has a built in LLM plug-in that has context for your database. You can do things like run `.ai give me the names of my customers` and the cli will make a call to Claude with your table names and table schemas as part of the context.
I've immediately found it useful in my day to day work, so I figured I'd share it here too for others to play with lmk if there's any other features you think are worth adding!