forked from extern/nushell
Initial SQLite functionality (#5182)
* Add SQLite functionality to open * Add in-memory SQLite tests * clippy fixes * Fix up old SQLite-related tests
This commit is contained in:
@@ -7,7 +7,6 @@ mod json;
|
||||
mod markdown;
|
||||
mod nuon;
|
||||
mod ods;
|
||||
mod sqlite;
|
||||
mod ssv;
|
||||
mod toml;
|
||||
mod tsv;
|
||||
|
Reference in New Issue
Block a user