mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-04 07:44:24 +01:00
Rename limbo_sqlite3_parser crate to turso_sqlite3_parser
This commit is contained in:
@@ -5,7 +5,7 @@ authors = ["Dandandan <danielheres@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
limbo_sqlite3_parser = { path = "..", default-features = false, features = [
|
||||
turso_sqlite3_parser = { path = "..", default-features = false, features = [
|
||||
"YYNOERRORRECOVERY",
|
||||
"NDEBUG",
|
||||
] }
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use fallible_iterator::FallibleIterator;
|
||||
use limbo_sqlite3_parser::lexer::sql::Parser;
|
||||
use turso_sqlite3_parser::lexer::sql::Parser;
|
||||
|
||||
fn basic_queries(c: &mut Criterion) {
|
||||
let mut group = c.benchmark_group("sqlparser-rs parsing benchmark");
|
||||
|
||||
Reference in New Issue
Block a user