Camilo Quimbayo

Results 1 comments of Camilo Quimbayo

I have `sqlx = { version = "0.7.3", features = ["runtime-tokio", "sqlite", "json", "regexp" ] }` and ` .with_regexp()` in ```rust let options = SqliteConnectOptions::from_str(&database_url)? .read_only(read_only) .with_regexp() Ok(SqlitePoolOptions::new() .connect_with(options).await?) ```...