r-dbi / DBI

A database interface (DBI) definition for communication between R and RDBMSs
https://dbi.r-dbi.org
GNU Lesser General Public License v2.1
296 stars 75 forks source link

Better documentation about data import and export #252

Open krlmlr opened 6 years ago

krlmlr commented 6 years ago

How to get large data into and out of a database?

It's difficult to standardize fast import (https://github.com/r-dbi/DBI/issues/62), but we can document how to do it with dbExecute(). The document

tylerlittlefield commented 3 years ago

+1 on this