I need to record information about what my cat eats and does, as she might have a food allergy and I need to track down what it is.
So I am after some kind of a user friendly locally hosted database (maybe via some kind of app), preferably Linux friendly.
It would be nice if it had similar relationships to the added image, some kind of relational DB that I can fill with data. But essentially I need to have a bunch of lookup tables to return some data specific to difference events.
Its a bit of a pain (and takes time) to have to write an entire webapp to manage all this from scratch, that’s why I am looking for some kind of user friendly GUI way to do it. Surely there must be some kind of relational database managing “application” that lets you set up some lookup tables and enter data in a nice and easy GUI way to do it? sqllitebrowser
doesn’t count as it doesn’t handle linked tables in a nice way (would be nice if its friendly for my wife to use) :)
Cheers!
Not locally hosted, but pretty powerful and has a free tier.
Basically spreadsheets but superpowered.
Grist is a selfhostable alternative to Airtable
postgresql db (e.g. in Docker) + Dbeaver as GUI client
The database app in LibreOffice, based on the Firebird database engine, can do all that.
I use dbeaver on ubuntu and windows.
It’s already been recommended, but I think Grist or a lowcode/nocode thing like baserow or nocodb might work for you.
Also, I’d love to see what you come up with! My cats are picky eaters and I’ve been wanting to keep track of what wet food they like or not.
That’s an interesting point, I decided to carry on with the webapp route, but it would be easy to make it “multi-cat” actually. What I really wanted was a lightweight calendar but I couldn’t find one that had pre-canned events or had too many other things I didn’t want.
Why wouldn’t a simple spreadsheet and some pivot tables work?
Never use a spreadsheet to do a database job.
Tracking a single cat doesn’t seem like DB work
But it’s not just the cat. OP wants to track the foods the cat is eating and the allergens in the food, and then look for correlations and trends. You could manage most of that with a spreadsheet, but you’d have to update reference tables every time you add a new entry. OP wants something user friendly.
Sure, but how many foods are we talking here? This sounds like probably <20 rows on a sheet, with columns for ingredients.
Looking to replicate something like this (with a weekly/monthly/ect views, maybe monthly view can look different since it would be too long to scroll, but anyway, it looks like arse but was just giving it a go), but didn’t want to have to create a full webapp (with CRUD data inserts, pagination ect… its certainly doable, but just annoying to implement). This is just a simple index view in a random framework I found, with some real, but pre-canned data via db seeding (so at least I can re-create it easily). Just thought there could be something easier that already exists and i wouldn’t have to be re-inventing the wheel. Have a paper version of this, but its too hard to keep track of different foods via paper.
Spreadsheet sounds interesting (read easier) to try, though I am not quite sure how to do the lookup bits. Would it be something like one table (sheet) of events feeding from say, food type table (sheet) and some kind of a month view that can accumulate events on the same day?
PS: yes got a vet appointment coming up soon.
I’m not sure about libre office, but Excel has lookup and lookup. I’ve not personally used those. But might be of help.
The data is relational. Spreadsheets are a pain to use for that.
I’m a fan of Heidi
Neo4j might with
lol what, a graph database for spreadsheet work?
I was looking for something similar for a while, like something for simple relational data with some GUI for data entry, aka “I don’t wanna write a little web app just for this”. I had used AirTable at work before at work so that’s what came to mind and my searching was basically for “open source or selfhosted alternative to AirTable”.
Came across some decent candidates, can’t remember all the names, but the one I tried, Grist, was pretty straightforward and did the job: easy relational data setup, GUI for all basic data types including file uploads, easy to create input forms, and widgets that talk to the API and you can customize with JavaScript. Setup was easy with docker
EDIT: other names that came up when looking were NocoDB and BaseRow ( I don’t remember why I didn’t try them for my specific needs)
I think for this it is over the top but I found rei3 one oft the best database webapp low-code builders: https://rei3.de/en/home
https://sqlitebrowser.org/ is great or aSQLiteManager for android
https://mermaid.live This might handle a lot of the GUI in combination with some scripting and a few other bits tossed in the mix.
But mostly came to demand cat tax!
Apologies for delay, mandatory cat tax!
Très jolie!
deleted by creator
Thank you for the suggestions, I tried a bunch and nothing immediately fit. Most were either too complicated for me to create the relationships or I couldn’t get the thing locally running (or there wasn’t a self hosted option)… Basically stupid user syndrome 😑 😤.
So went back to the drawing board of writing a webapp and after a few experiments realised that… All I needed was a calendar with pre-canned event titles, groups for colour to highlight different events… silly me, all I needed was a calendar…
Ended up re-inventing something looking very much like a calendar… sigh… do I carry on or look for some kind of lightweight calendar :/ Just need to have ability to quickly create pre-canned events, would be nice if the events could be related…
On the other hand, its kinda fun to re-invent a calendar haha!
Here is a colour version… totally a calendar 🤣
Many thanks for all the replies, il take a look at them!
I’d love you to check back later with your conclusions.
doesn’t vscode have an extension that does that?
If you know the name, I’d be curious 🥺
I think it’s literally called “SQLite”. I haven’t used it though, so idk how good it is…