RSQLite: SQLite Interface for R
2024-01-20 Description 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 1) URL https://rsqlite.r-dbi.org, https://github.com/r-dbi/RSQLite BugReports https://github.com/r-dbi/RSQLite/issues Depends R (>= 3.1.0) Imports bit64, blob (>= 1.2.0), DBI (>= 1.2.0), memoise, methods package, and contains all data frames in the datasets package. Usage datasetsDb() Examples library(DBI) db <- RSQLite::datasetsDb() dbListTables(db) dbReadTable(db, "CO2") dbGetQuery(db, "SELECT * FROM0 码力 | 16 页 | 119.52 KB | 1 年前3
SQLite Tutorial... 156 SQLite Perl Tutorial .............................................................. 158 DBI Interface APIs .................................................................................. 158 Learning SQLite Perl Tutorial Installation The SQLite3 can be integrated with Perl using Perl DBI module, which is a database access module for the Perl programming language. It defines a set of simple steps to install DBI module on your Linux/UNIX machine: $ wget http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.625.tar.gz $ tar xvfz DBI-1.625.tar.gz $ cd DBI-1.625 $ perl Makefile.PL0 码力 | 172 页 | 1.27 MB | 1 年前3
共 2 条
- 1













