Crates.io | tower-sessions-libsql-store |
lib.rs | tower-sessions-libsql-store |
version | 0.4.0 |
source | src |
created_at | 2024-03-08 21:09:44.134971 |
updated_at | 2025-01-09 22:37:27.933671 |
description | A small library for using tower-sessions with libsql |
homepage | https://github.com/daybowbow-dev/tower-sessions-libsql-store |
repository | https://github.com/daybowbow-dev/tower-sessions-libsql-store |
max_upload_size | |
id | 1167318 |
size | 77,064 |
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.
This package is in beta.
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
.
The tests are copied from tower-session-stores. Run them with cargo test
.