mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-16 06:34:20 +01:00
Rename limbo_sqlite3_parser crate to turso_sqlite3_parser
This commit is contained in:
@@ -4,8 +4,8 @@ use std::fs::read;
|
||||
use std::panic;
|
||||
|
||||
#[cfg(not(feature = "YYNOERRORRECOVERY"))]
|
||||
use limbo_sqlite3_parser::lexer::sql::Error;
|
||||
use limbo_sqlite3_parser::lexer::sql::Parser;
|
||||
use turso_sqlite3_parser::lexer::sql::Error;
|
||||
use turso_sqlite3_parser::lexer::sql::Parser;
|
||||
|
||||
/// Parse specified files and print all commands.
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user