Skip to content

Commit 78191c1

Browse files
ddolserprex
authored andcommitted
[cli] add --sqlite param (#956)
1 parent f5296bb commit 78191c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cli.rs

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ $ cargo run --feature json_example --example cli FILENAME.sql [--dialectname]
4747
"--redshift" => Box::new(RedshiftSqlDialect {}),
4848
"--clickhouse" => Box::new(ClickHouseDialect {}),
4949
"--duckdb" => Box::new(DuckDbDialect {}),
50+
"--sqlite" => Box::new(SQLiteDialect {}),
5051
"--generic" | "" => Box::new(GenericDialect {}),
5152
s => panic!("Unexpected parameter: {s}"),
5253
};

0 commit comments

Comments
 (0)