Files
rmodb/DESCRIPTION

27 lines
1.1 KiB
Plaintext

Package: rmodb
Title: Metadata-Object pair database
Version: 0.1.0
Author: Craig Williams [aut, cre]
Maintainer: Craig Williams <craig@avsdev.uk>
Description: RMODB implements a metadata-object database for storing R
objects in MySQL. R objects are serialized into a binary memory
buffer which is then written into a MySQL database along with
metadata such as creation timestamp, update timestamp, owner,
title etc. The metadata fields are customisable on creation of the
database. the metadata fields are cleartext and queryable allowing
objects to be found and returned. On returning an object, it is
de-serialised using the reverseof the serialize to binary memory
process.
License: LGPL (>= 2.1)
Depends: R (>= 3.5.0)
Encoding: UTF-8
NeedsCompilation: yes
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat
SystemRequirements: libmariadb-client-dev | libmariadb-client-lgpl-dev | libmysqlclient-dev (deb)
Imports:
checkmate