mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-25 06:42:18 +00:00
WIP
This commit is contained in:
parent
e7c41e83a3
commit
a977287c02
@ -6,7 +6,7 @@ fn init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[invocation_handler(init_fn = init)]
|
#[invocation_handler(init_fn = init)]
|
||||||
fn main(arg: String) -> String {
|
fn azaza(arg: String) -> String {
|
||||||
println!("Hello, world!");
|
println!("Hello, world!");
|
||||||
|
|
||||||
let query = "CREATE VIRTUAL TABLE users USING FTS5(body)";
|
let query = "CREATE VIRTUAL TABLE users USING FTS5(body)";
|
Loading…
x
Reference in New Issue
Block a user