RSQLite
RSQLite copied to clipboard
R interface for SQLite
Hi Is it possible to somehow fold this in? https://github.com/cldellow/sqlite-parquet-vtable
https://serverfault.com/q/1000690/95758 https://www.sqlite.org/wal.html https://www.sqlite.org/pragma.html#pragma_synchronous
https://github.com/r-dbi/RSQLite/issues/151#issuecomment-405058062
- [ ] 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`
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
https://github.com/hadley/dplyr/issues/2375#issuecomment-275248538 CC @lukeholman @austenhead
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...
https://github.com/r-dbi/DBItest/pull/267.