Skip to content

Commit

Permalink
Include DynamoDB in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Mar 26, 2024
1 parent 20fb7da commit 1f3c2f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ Flask-Session is an extension for Flask that adds support for server-side sessio
Install and update using pip:

```py
$ pip install flask-session
$ pip install flask-session[redis]
```

You can include any supported storage type in place of redis.

## A Simple Example

```py
Expand Down Expand Up @@ -51,6 +53,7 @@ def get():
- FileSystem
- MongoDB
- SQLALchemy
- DynamoDB

## Documentation

Expand Down

0 comments on commit 1f3c2f3

Please sign in to comment.