Hi all,

I am looking for a local database that is easily accessible via the command line.

It can be SQL or non-SQL

Whats my use case? I want to use it kinda like a second brain. A place to save my notes, my todo lists, my book reading lists, links / articles to read later, etc.

I want it to be a good CLI citizen so that I can script its commands to create simpler abstractions, rather than writing out the full queries every time.

Maybe sqlite is what I need, but is that ideal for my use case?

Edit: removed notes, as evidently they aren’t suitable for this and aren’t like the rest.

  • tmk@social.lugal.io
    link
    fedilink
    arrow-up
    11
    ·
    2 months ago

    @matcha_addict Anything beyond SQLite is too heavy, but if it were me I would use a lightweight wiki like dokuwiki. Having to run SQL to do all these sorts of things sounds like it would just get in the way of both getting and consuming your thoughts.

    • matcha_addictOP
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      2
      ·
      2 months ago

      I don’t think it would suffice. It would work for notes, but I want to also have a todo list in there, for example. Be able to check things off, query by due date, by assignee or task, etc.

      • subignition@fedia.io
        link
        fedilink
        arrow-up
        13
        ·
        2 months ago

        I don’t think a database is a good fit for your use case at all, unless you’re willing to reinvent a lot of wheels.

        • matcha_addictOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          What would then? I haven’t found anything that has command line interface and supports dependent tasks and a flexible, queryable tag system

          • subignition@fedia.io
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            I’m sorry, I don’t have a suggestion. If it were me I would not be looking at a CLI solution for this at all.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        2 months ago

        For todo stuff there’s the excellent “todo-txt” for cli use. Though not great for notes. Perhaps separate tools would be fine?

      • tmk@social.lugal.io
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        @matcha_addict Are you a contractor or a manager, or something along those lines? I feel like assigning tasks to other people with due dates, but only having that available in a local database only to yourself feels excessively complicated. A personal todo list in my life might mention a specific person but I can’t imagine needing to track like that with such a level of fidelity without something that might also loop the other person in on their own expectations, like a kanban board might do.