tower-sessions-libsql-store

Crates.iotower-sessions-libsql-store
lib.rstower-sessions-libsql-store
version
sourcesrc
created_at2024-03-08 21:09:44.134971
updated_at2024-10-01 16:51:31.969274
descriptionA small library for using tower-sessions with libsql
homepagehttps://github.com/daybowbow-dev/tower-sessions-libsql-store
repositoryhttps://github.com/daybowbow-dev/tower-sessions-libsql-store
max_upload_size
id1167318
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Michael Worthley (daybowbow-dev)

documentation

https://docs.rs/tower-sessions-libsql-store

README

tower-sessions-libsql-store

A small library for using tower-sessions with libsql.

libSQL is a fork of SQLite, that is accessible over network requests. Ideally I would love to use sqlx-store, though that is not possible due to a current lack of support.

⚠️ Disclaimer

This package is in beta.

Usage

See /examples folder.

Note the embedded_replica example requires a live turso database to use for embedded replication. Install the turso cli and run turso dev.

Tests

The tests are copied from tower-session-stores. Run them with cargo test.

Commit count: 9

cargo fmt