whynotblog

Crates.iowhynotblog
lib.rswhynotblog
version1.1.0
sourcesrc
created_at2024-08-04 14:13:14.780184
updated_at2024-08-12 02:10:36.068879
descriptionA semi-simple blog system using turso.
homepage
repositoryhttps://github.com/whynotavailable/blog
max_upload_size
id1325022
size89,695
Tom (whynotavailable)

documentation

README

Blog

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?;
Commit count: 0

cargo fmt