Package: simplegraphdb
Title: A Simple Graph Database
Version: 2021.03.10
Authors@R: 
    person(given = "Michael",
           family = "Silva",
           role = c("aut", "cre"),
           email = "mike.a.silva@gmail.com",
           comment = c(ORCID = "0000-0001-7344-660X"))
Description: This is a graph database in 'SQLite'.  It is inspired by Denis Papathanasiou's Python simple-graph project on 'GitHub'.
License: MIT + file LICENSE
URL: https://github.com/mikeasilva/simplegraphdb
BugReports: https://github.com/mikeasilva/simplegraphdb/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: DBI, RSQLite, rjson, utils
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-03-11 02:47:18 UTC; Michael
Author: Michael Silva [aut, cre] (<https://orcid.org/0000-0001-7344-660X>)
Maintainer: Michael Silva <mike.a.silva@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-12 10:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 09:11:23 UTC; unix
