light-magic 0.8.3

A lightweight, fast and easy-to-use implementation of a persistent and optionally encrypted in-memory database
Documentation
{
  "users": {
    "0": {
      "id": 0,
      "name": "Nils",
      "kind": "Young"
    }
  },
  "permissions": {
    "Nils": {
      "user_name": "Nils",
      "level": "Admin"
    }
  },
  "criminals": {
    "Nils": {
      "user_name": "Nils",
      "entry": "No records until this day! Keep ur eyes pealed!"
    }
  },
  "settings": {
    "time": 1718744090,
    "password": "password"
  }
}