Package: rlowdb Type: Package Title: Lightweight JSON-Based Database Version: 0.2.0 Authors@R: c( person(given = "Mohamed El Fodil", family = "Ihaddaden", role = c("aut", "cre"), email = "ihaddaden.fodeil@gmail.com"), person(given = "lowdb developers", role = c("ctb", "cph"), comment = "developers of the lowdb package")) Description: The goal of 'rlowdb' is to provide a lightweight, file-based JSON database. Inspired by 'LowDB' in 'JavaScript', it generates an intuitive interface for storing, retrieving, updating, and querying structured data without requiring a full-fledged database system. Ideal for prototyping, small-scale applications, and lightweight data management needs. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/feddelegrand7/rlowdb BugReports: https://github.com/feddelegrand7/rlowdb/issues Imports: cli (>= 3.6.4), purrr (>= 1.0.2), R6 (>= 2.5.1), rlang (>= 1.1.3), yyjsonr (>= 0.1.20) Suggests: testthat (>= 3.2.3) Config/testthat/edition: 3 RoxygenNote: 7.3.1 Repository: https://feddelegrand7.r-universe.dev Date/Publication: 2025-05-15 11:31:05 UTC RemoteUrl: https://github.com/feddelegrand7/rlowdb RemoteRef: HEAD RemoteSha: 6ee7d160d03001b333440134a26bd868dde4d64d NeedsCompilation: no Packaged: 2026-06-09 10:13:50 UTC; root Author: Mohamed El Fodil Ihaddaden [aut, cre], lowdb developers [ctb, cph] (developers of the lowdb package) Maintainer: Mohamed El Fodil Ihaddaden