neon_export_db {neonstore} | R Documentation |
Export NEON database to parquet
Description
Export your current database. This can be important to (1) archive and share your database files with another user or machine, (2) expose your database using an S3 bucket using neon_remote_db(), (3) assist in upgrading your duckdb version.
Usage
neon_export_db(dir = file.path(neon_dir(), "parquet"), db = neon_db())
Arguments
dir |
directory to which parquet export is written. |
db |
Connection to your local NEON database |
[Package neonstore version 0.5.1 Index]