exportAsLoadableCSV

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

Parameters

dirName

the name of the export directory within KSL.dbDir


fun exportAsLoadableCSV(exportDir: Path = KSL.dbDir)

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

Parameters

exportDir

the path to the export directory