RSQLite
RSQLite copied to clipboard
R interface for SQLite
When an empty `data.frame` is returned from a query, I am getting strange column classes for a SQLite connection. This does not happen in our PostgreSQL database. ``` conn
OS - Rocky Linux 8 x86_64, R 4.4.0 (built from source) using standard gcc 8.5.0 Installing 2.3.6 from CRAN is fine. Installing 2.3.7 from CRAN fails with this error: ```...
Hi, I love shiny with RSQLite as well as light weight SQLite. Thank you for this useful package. Here I'd comment an apparent discrepancy of data type of date between...
I've seen other implementations in Python / JS / GO but haven't found anything for R. Is there anyway to query a remote sqlite database say hosted on some S3...
Calling `dbFetch()` on a result of `dbSendStatement()` gives a confusing warning, telling you to use `dbSendStatement()`: ``` r library(DBI) fetch_bound_statement Warning in dbFetch(res): Should not call dbFetch() on results that...
Not sure if this is the right place to post this, but I noticed that the website is a bit difficult to read if the computer is set to dark...
I am not sure if this is an issue of {RSQLite} or {DBI}. However, I created an SQLite database and a table using SQL calls, even though I have declared...
Hello In the R-DBI SQLite Description it is stated: 'Embeds the SQLite database engine in R' and 'because the package itself contains SQLite...' Does this mean on a Linux box...