exportAsLoadableParquetFiles

Exports the database to a directory with loadable default Parquet format. See DuckDb documentation.

Parameters

fileName

the name of the directory within KSL.dbDir


fun exportAsLoadableParquetFiles(exportDir: Path = KSL.dbDir)

Exports the database to a directory with loadable default Parquet file format. See DuckDb documentation.

Parameters

exportDir

the path to the export directory