Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Mar 28, 2024
1 parent c8f5c25 commit 74b7dfc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# tower-sessions-rorm-store
# tower-sessions-rorm-store

[![LICENSE](https://img.shields.io/github/license/rorm-orm/tower-sessions-rorm-store?color=blue)](LICENSE)
[![dependency status](https://deps.rs/repo/github/rorm-orm/tower-sessions-rorm-store/status.svg)](https://deps.rs/repo/github/rorm-orm/tower-sessions-rorm-store)
[![Crates.io](https://img.shields.io/crates/v/tower-sessions-rorm-store?label=Crates.io)](https://crates.io/crates/tower-sessions-rorm-store)
[![Docs](https://img.shields.io/docsrs/tower-sessions-rorm-store?label=Docs)](https://docs.rs/tower-sessions-rorm-store/latest/tower-sessions-rorm-store/)

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.

0 comments on commit 74b7dfc

Please sign in to comment.