RSQLite

From MaRDI portal
Software:27464



swMATH15576CRANRSQLiteMaRDI QIDQ27464

SQLite Interface for R

Kirill Müller, Hadley Wickham, David A. James, Seth Falcon

Last update: 21 January 2024

Software version identifier: 2.3.1, 0.2-1, 0.3-0, 0.3-1, 0.3-2, 0.3-3, 0.3-4, 0.3-5, 0.4-0, 0.4-1, 0.4-4, 0.4-9, 0.4-13, 0.4-15, 0.4-18, 0.4-19, 0.4-20, 0.5-1, 0.5-2, 0.5-3, 0.5-4, 0.5-6, 0.6-0, 0.6-2, 0.6-3, 0.6-4, 0.6-7, 0.6-8, 0.6-9, 0.7-0, 0.7-1, 0.7-2, 0.7-3, 0.8-0, 0.8-1, 0.8-2, 0.8-3, 0.8-4, 0.9-0, 0.9-1, 0.9-2, 0.9-3, 0.9-4, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 1.0.0, 1.1-1, 1.1-2, 1.1, 2.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 2.2.9, 2.2.10, 2.2.11, 2.2.12, 2.2.13, 2.2.14, 2.2.15, 2.2.16, 2.2.17, 2.2.18, 2.2.19, 2.2.20, 2.3.0, 2.3.2, 2.3.3, 2.3.4, 2.3.5

Source code repository: https://github.com/cran/RSQLite

Copyright license: GNU Lesser General Public License, version 2.1, GNU Lesser General Public License, version 3.0

Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.