-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support cli args to establish DB connection #46
Comments
Would also need to figure out if this connection somehow gets a name and gets saved in the list of known connections or what. Personally when I was working with SQLite files for a particular tool, I found it cumbersome picking a name and adding it to a persisted global list of TableX's connections and would've preferred to just invoke |
Yoo! $ TableX sqlite:./test.db --conn-name test --save Try it out and lmk what you think! |
Yay, thanks! Just tried it out (finally) and it works great. One nice-to-have: it doesn't seem to interpret homedir-relative paths like |
Fixed and coming in the next release 🚀. |
Could there be an option to pass a DB path to TableX as a cli argument and have it directly open into a connection to that DB path, as an alternative to opening to the landing page and then going through the UI to "Start a connection" > "Select a Database Driver" > enter connection details > "Connect"?
For example, allowing you to run commands like:
?
The text was updated successfully, but these errors were encountered: