Skip to main content

Crate csvdb

Crate csvdb 

Source

Re-exports§

pub use commands::init;
pub use commands::to_csv;
pub use commands::to_duckdb;
pub use commands::to_sqlite;
pub use core::config::CsvdbConfig;

Modules§

commands
core

Structs§

TableFilter
Filter for selecting a subset of tables.

Enums§

NullMode
Controls how NULL values are represented in CSV files.
OrderMode
Controls row ordering when exporting tables to CSV.

Constants§

NULL_MARKER
The marker string used to represent NULL values in CSV files (default mode).