https://github.com/rorm-orm/tower-sessions-rorm-store
https://github.com/rorm-orm/tower-sessions-rorm-store
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rorm-orm/tower-sessions-rorm-store
- Owner: rorm-orm
- License: mpl-2.0
- Created: 2024-03-28T11:39:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T18:23:32.000Z (about 1 year ago)
- Last Synced: 2025-01-07T19:39:37.663Z (about 1 year ago)
- Language: Rust
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tower-sessions-rorm-store
[](LICENSE)
[](https://deps.rs/repo/github/rorm-orm/tower-sessions-rorm-store)
[](https://crates.io/crates/tower-sessions-rorm-store)
[](https://docs.rs/tower-sessions-rorm-store/latest)
Implementation of `SessionStore` provided by `tower_sessions` for `rorm`.
In order to provide the possibility to use a user-defined `Model`, this crate
defines `SessionModel` which must be implemented to create a `RormStore`.
Look at our example crate for the usage.