LainPavot/DBModelR: A Model-Database Interface to Make the Database Layer Abstract

Defines an ORM (Object Relational Mapping) that allow developers to interact with a 'SQLite' database transparently, through R objects. Objects describes the database's schema, can generate the described database, and access it transparently to load, save and update informations. Links between table are created and deleted automatically if necessary to prevent database growth and "dead links".

Getting started

Package details

Bioconductor views DataRepresentation
Maintainer
LicenseAGPL | file LICENSE
Version0.2.0
URL https://github.com/LainPavot/DBModelR
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("LainPavot/DBModelR")
LainPavot/DBModelR documentation built on Sept. 29, 2021, 11:04 a.m.