loggd : a simple JSON database that's easy to learn

Travis npm npm GitHub starsGitHub forks

Listen, you just want to log something? or might just want to save and retrieve JSON and perform basic operations on the data, like a database? Don't want to learn a big library to do that? You're in luck! Because loggd is aimed to solve all of these problems for you! I rewrote the whole library because I felt like the previous one was too cluttered with useless methods and was making things too complicated, so here's another shot. This time though, it's truly simple. Let me show you

[
  {
    "loggd": {
      "what": "A simple JSON database without complicating stuff",
      "why?": "It provides a simple interface to interact with a JSON file, CRUD, you got it",
      "isCool": true,
      "nestedObjects?": {
        "You": "Got It!"
      },
      "arrays?": [
        "No",
        "Problem"
      ]
    },
    "_id": "49c6f6ee-5805-4499-95e0-53bfc0bdc7ad"
  }
]

results matching ""

    No results matching ""