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
NeedsCompilation: no
Packaged: 2025-04-16 07:21:01 UTC; mohamedelfodilihaddaden
Author: Mohamed El Fodil Ihaddaden [aut, cre],
  lowdb developers [ctb, cph] (developers of the lowdb package)
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-16 07:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 09:06:44 UTC; unix
