I’ve been seeing easy ways to store and view tabular data. I’m aware of tools like nocodb, baserow, and mathesar. I’m currently playtesting nocodb. But I wanted to start a discussion on what everyone uses for easily storing tabular data, and if anyone uses these tools.

I’ve also tried nextcloud tables but it still is very early in development from what I can tell.

  • @catloaf@lemm.ee
    link
    fedilink
    English
    1127 days ago

    Excel? Or Calc or whatever.

    If you want to explore it as SQL, I usually just stand up phpMySQL for MariaDB, pgAdmin for postgres, or SSMS for SQL Server.

    • @Pacmanlives@lemmy.world
      link
      fedilink
      English
      126 days ago

      This would be what I would recommend as well.

      Access is also an option as well. I think LiberOffice also has an Access like clone as well

  • @harsh3466@lemmy.ml
    link
    fedilink
    English
    4
    edit-2
    26 days ago

    I’m currently using Baserow, and so far it suits my needs well enough. I’m not a very demanding user, but part of what I love is how nicely Baserow documents the api. It made it very easy for me to implement some automations I wanted to use to record data.

    Edit: fix stupid autocorrect errors

  • @k4j8@lemmy.world
    link
    fedilink
    English
    326 days ago

    NocoDB is awesome, although admittedly I haven’t tried Baserow. The “group by,” Kanban, and form features in NocoDB make data entry easy from mobile and nice to sort on desktop.

    • @ErnieBernie10@lemmy.world
      cake
      link
      fedilink
      English
      124 days ago

      Would you mind explaining novodb to me? As a developer how do I use it in my app? Is there an SDK you’re supposed to use or can you just query the database directly?

  • @jodanlime@midwest.social
    link
    fedilink
    English
    127 days ago

    I have to use SQL at work enough that I just use that for any database I need for personal projects, almost always MariahDB. Helps me stay current on my skills I guess.

    • @rutrumOPA
      link
      fedilink
      English
      127 days ago

      Doesn’t need to. That’s a plus though. I think the features I like the most are dropdowns for foreign keys and more specific column types. For instance, a date type gives me a calendar picker, and an image type lets me upload and image and then see it as I browse the data.