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;pub use core::input::InputFormat;
Modules§
Structs§
- Table
Filter - Filter for selecting a subset of tables.
Enums§
- Null
Mode - Controls how NULL values are represented in CSV files.
- Order
Mode - Controls row ordering when exporting tables to CSV.
Constants§
- NULL_
MARKER - The marker string used to represent NULL values in CSV files (default mode).