Add support for Postgres store with tokio-postgres along with bb8-postgres. Implementation attached. #120
premkumart
started this conversation in
Ideas
Replies: 2 comments
-
Thanks for this! We very much want folks to write their own |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi again, if you publish this as a crate please let us know and we'll add it to the list of available session stores. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have implemented
PostgresStore
withtokio-postgres
andbb8-postgres
libraries. I hope you can consider this for future implementation. Given below the code:Beta Was this translation helpful? Give feedback.
All reactions