maxcountryman/tower-sessions-stores

Extend provided SQLx `SessionStore` implementations to allow for more configurability

Open

#1 opened on Oct 6, 2023

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Rust (37 forks)github user discovery
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.

Contributor guide