Skip to content

Commit

Permalink
README: Add link to tower-sessions-firestore-store (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekriebel committed Jan 20, 2024
1 parent a5c55d0 commit 9dea07b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ You can find this [example][counter-example] as well as other example projects i
### Additional session stores

| Crate | Persistent | Description |
| ---------------------------------------------------------------------------------------------- | ---------- | ----------------------- |
| [`tower-sessions-surrealdb-store`](https://github.com/rynoV/tower-sessions-surrealdb-store) | Yes | SurrealDB session store |
| [`tower-sessions-dynamodb-store`](https://github.com/necrobious/tower-sessions-dynamodb-store) | Yes | DynamoDB session store |
| Crate | Persistent | Description |
| ------------------------------------------------------------------------------------------------- | ---------- | ----------------------- |
| [`tower-sessions-surrealdb-store`](https://github.com/rynoV/tower-sessions-surrealdb-store) | Yes | SurrealDB session store |
| [`tower-sessions-dynamodb-store`](https://github.com/necrobious/tower-sessions-dynamodb-store) | Yes | DynamoDB session store |
| [`tower-sessions-firestore-store`](https://github.com/AtTheTavern/tower-sessions-firestore-store) | Yes | Firestore session store |

Have a store to add? Please open a PR.

Expand Down

0 comments on commit 9dea07b

Please sign in to comment.