This commit is contained in:
folex 2019-08-14 13:35:39 +03:00
parent e7c41e83a3
commit a977287c02

View File

@ -6,7 +6,7 @@ fn init() {
}
#[invocation_handler(init_fn = init)]
fn main(arg: String) -> String {
fn azaza(arg: String) -> String {
println!("Hello, world!");
let query = "CREATE VIRTUAL TABLE users USING FTS5(body)";