maxcountryman/tower-sessions-stores
View on GitHubExtend provided SQLx `SessionStore` implementations to allow for more configurability
Open
#1 opened on Oct 6, 2023
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (54 stars)
- PR merge metrics
- (PR metrics pending)
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.