termdbms
termdbms copied to clipboard
A TUI for viewing and editing database files.
If I create a [STRICT table](https://www.sqlite.org/stricttables.html) in a SQLite database: ```sql CREATE TABLE user(id INTEGER, username TEXT) STRICT; ``` then try to open it with termdbms, I receive the following...
I've realized that I could turn the program into a database agnostic fully fledged spreadsheet program with about a months worth of work. Any features you'd like? Here's what I...
This app is awesome and you are awesome for making and sharing it. Have you already started on a package for [Homebrew](https://brew.sh/)? Happy to help contribute if not
hello! do you think this could add libsql support so one can use turso? it behaves like sqlite driver (mostly) i think you need to include an import and then...
This looks neat but it takes several minutes to open a 10 GB sqlite file containing 40 million rows. It does eventually render the interface, but it's taking 38 GB...
Too minor to warrant a PR but yeah. Pacman doesn't pull from the AUR.
I should like something like `termdbms` TUI interface for navigating, filtering, updating a table _but_ the "table" is JSON objects from a RESTful web api. Is termdbms factored such that...