Crates.io | whynotblog |
lib.rs | whynotblog |
version | 1.1.0 |
source | src |
created_at | 2024-08-04 14:13:14.780184 |
updated_at | 2024-08-12 02:10:36.068879 |
description | A semi-simple blog system using turso. |
homepage | |
repository | https://github.com/whynotavailable/blog |
max_upload_size | |
id | 1325022 |
size | 89,695 |
Throwing this here cause I may use it later.
aarch64-unknown-linux-gnu
let db = Builder::new_remote_replica(root.join("replica.db"), libsql_url, libsql_token)
.sync_interval(Duration::from_secs(60))
.build()
.await?;