You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make cached connection opt-out instead of applying only to read_only. This
allows cache to work on read-write connections by default. This also avoids
the condition of a connection being garbage-collected when functions call
local_db internally.
arkdb 0.0.10
Better handling of read_only vs read_write connections. Only caches
read_only connections.
includes optional support for MonetDBLite
arkdb 0.0.8
Another bugfix for dplyr 2.0.0 release
arkdb 0.0.7
bugfix for upcoming dplyr 2.0.0 release
arkdb 0.0.6
support vroom as an opt-in streamable table
export process_chunks
Add mechanism to attempt a bulk importer, when available (#27)
Bugfix for case when text contains # characters in base parser (#28)
lighten core dependencies. Fully recursive dependencies include only 4
non-base packages now, as progress is now optional.
Use "magic numbers" instead of extensions to guess compression type.
(NOTE: requires that file is local and not a URL)
Now that duckdb is on CRAN and MonetDBLite isn't, drop built-in
support for MonetDBLite in favor of duckdb alone.