Closed ateucher closed 5 years ago
Regarding importing directly from file... see here for why it won't work (at least for now)
Could try depending on arkdb:
unark("ems.csv", db_con = conn, streamable_readr_csv(), tablenames = "test_arkdb",
col_types = col_spec(), locale = readr::locale(tz = ems_tz()))
Another option is MonetDB-Lite - should be a drop-in replacement for SQLite, should be faster, and importing directly from csv should work.
Possibly use vroom package to replace readr
Made mostly unecessary by #37
Add an autoincrementing Primary Key.
Possibly try something like:
Also, dbWriteTable has a mechanism to write from a file - worth investigating