RSQLite icon indicating copy to clipboard operation
RSQLite copied to clipboard

R interface for SQLite

Results 39 RSQLite issues
Sort by recently updated
recently updated
newest added

Hi Is it possible to somehow fold this in? https://github.com/cldellow/sqlite-parquet-vtable

feature
help wanted

http://stackoverflow.com/q/611459/946850.

feature
help wanted

https://serverfault.com/q/1000690/95758 https://www.sqlite.org/wal.html https://www.sqlite.org/pragma.html#pragma_synchronous

performance
help wanted

https://github.com/r-dbi/RSQLite/issues/151#issuecomment-405058062

docs
help wanted

- [ ] For reading: Use [streaming API](http://www.sqlite.org/c3ref/blob_open.html) - [ ] For writing: Keep a local handle to the RAW object and use `SQLITE_STATIC` instead of `SQLITE_TRANSIENT`

performance
help wanted

hi, if i'm understanding things correctly, any values that match `sep=` inside a quoted field will derail a `dbWriteTable()` import from a file connection? library(DBI) tf

feature
help wanted

https://github.com/hadley/dplyr/issues/2375#issuecomment-275248538 CC @lukeholman @austenhead

feature
help wanted

Thank you very much for adding Date support in RSQLite! RSQLite support Date typed columns when tables are created using SQL. However when tables are created from dataframes using dbWriteTable...

feature
help wanted

https://github.com/r-dbi/DBItest/pull/267.