maxcountryman/tower-sessions-stores
Ver no GitHubExtend provided SQLx `SessionStore` implementations to allow for more configurability
Open
#1 aberto em 6 de out. de 2023
enhancementgood first issuehelp wanted
Métricas do repositório
- Stars
- (54 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Right now the schema_name for the SQLX stores is hardcoded to be "tower_sessions", ignoring the database specified in the database URL.
My current Docker setup creates a user with access to only one database. It would be useful to to be able to have it use that specific database.