mathaou
- Karma
- 20
- Created
- June 19, 2020 (6y ago)
- Submissions
- 0
Software engineer at Fastenal.
C#, C++, Go, Node.js, Python, Java, various other web-dev tools and whatnot. MIDI enthusiast.
https://mfarstad.com
C#, C++, Go, Node.js, Python, Java, various other web-dev tools and whatnot. MIDI enthusiast.
https://mfarstad.com
Also on apple music, Spotify, and pretty much everywhere else under Tucker Zodd.
I'm a composer/producer, which is art I suppose. Funky, VGM/Jazz inspired tracks. https://tuckerzodd.bandcamp.com/album/hindsight
https://github.com/mathaou/termdbms I'm adding line wrapping support for format mode. Managing SQLite db of poetry to test it's been fun.
Lol I just did this. Now way faster and can handle arbitrary amounts of data (there is some flickering on scroll for large data sets I'm trying to sort out).
I have lots of plans including database creation. It's in its infancy now but 2-3 months from now that should be possible.
I have no control over which portions of the screen get updated when without updating the library I'm using.
Not sure if your data is not sensitive enough that you'd open an issue and attach it? I'd use it for testing.
I can easily do all those but references and foreign keys. Not even going to think about that until alpha 3.
Added to the list!
You will eventually be able to run SQL queries on the database within the application. I hope to blend that with spreadsheet-like user interface so its easy to add or remove rows, columns, values, rename, etc...
https://github.com/mathaou/termdbms/
Hey everyone! Author here. In order to better reflect my future plans for the project, I have rebranded of sorts. It is now called termdbms (suggestions on a better name welcome), because eventually I would like to…
Thank you!
I haven't looked into that one too much, I'll thoroughly test it soon. For whatever reason I only tested Windows ssh, since it's what I use for work. I'll test Linux soon.
Optimizations like that will be part of the next alpha release after the one I'm working on.
I absolutely will as soon as I can! I just started it two days ago and was kind of blown away by the response, so the readme definitely didn't get a lot of attention. I'll remedy that!
Hey thanks for posting this! This is my project I started and the goal is to have it be an eventually database agnostic terminal spreadsheet kind of program. Lots planned for the future!