mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-24 22:32:16 +00:00
WIP
This commit is contained in:
parent
e7c41e83a3
commit
a977287c02
@ -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)";
|
Loading…
x
Reference in New Issue
Block a user