Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Apr 12, 2024
1 parent a1ff3e8 commit 7128925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ axum_session = { version = "0.14.0" }
| `rest_mode` | Disables Cookie Handlering In place of Header only usage for Rest API Requests and Responses. |
| `key-store` | Enabled the optional key storage. Will increase ram usage based on Fastbloom settings. |


| Database Crate | Persistent | Description |
| ----------------------------------------------------------------------------------- | ---------- | ----------------------------------------------------------- |
| [`axum_session_sqlx`](https://crates.io/crates/axum_session_sqlx) | Yes | Sqlx session store |
| [`axum_session_surreal`](https://crates.io/crates/axum_session_surreal) | Yes | Surreal session store |
| [`axum_session_mongo`](https://crates.io/crates/axum_session_mongo) | Yes | Mongo session store |
| [`axum_session_redispool`](https://crates.io/crates/axum_session_redisspool) | Yes | RedisPool session store |

## 🔎 Example Default Setup

You can find examples within the [`Repository`](https://github.com/AscendingCreations/AxumSession/tree/main/examples)
Expand Down

0 comments on commit 7128925

Please sign in to comment.