richfitz / storr

:package: Object cacher for R
http://richfitz.github.io/storr
Other
116 stars 10 forks source link

Proper DBI support #23

Closed richfitz closed 7 years ago

richfitz commented 8 years ago

Given I need this for other things, might be worth getting this done.

Need to detect if BLOB support is going to work; this is going to require recent DBI, works for upcoming RSQLite but not RMySQL yet (see https://github.com/rstats-db/RMySQL/issues/49, https://github.com/rstats-db/RMySQL/issues/123). Postgres does not have BLOB from the look of it https://github.com/rstats-db/RPostgres/issues/66

richfitz commented 7 years ago

Fixed on the develop branch