Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giuppep committed May 22, 2023
1 parent b0cf9a9 commit 56d1a65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# FlaskPgSession

`FlaskPgSession` is a [`Flask`](https://flask.palletsprojects.com/) extensions that implements server-side session support and stores the data in a PostgreSQL table.
`FlaskPgSession` is a [`Flask`](https://flask.palletsprojects.com/) extensions that
implements server-side session support and stores the data in a PostgreSQL table.

It is inspired by [`Flask-Session`](https://flasksession.readthedocs.io/en/latest/)
but has fewer dependencies.
but it's focused only on integration with PostgreSQL and therefore has fewer
dependencies.

It is intended for people that are already using Flask with PostgreSQL and do not want
to add another dependency to their app just for storing sessions (e.g. Redis).

## Installation

Expand Down

0 comments on commit 56d1a65

Please sign in to comment.