mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
c150e11cb4
* Add SQLite functionality to open * Add in-memory SQLite tests * clippy fixes * Fix up old SQLite-related tests
18 lines
165 B
Rust
18 lines
165 B
Rust
mod bson;
|
|
mod csv;
|
|
mod eml;
|
|
mod html;
|
|
mod ics;
|
|
mod json;
|
|
mod markdown;
|
|
mod nuon;
|
|
mod ods;
|
|
mod ssv;
|
|
mod toml;
|
|
mod tsv;
|
|
mod url;
|
|
mod vcf;
|
|
mod xlsx;
|
|
mod xml;
|
|
mod yaml;
|