maxcountryman/tower-sessions-stores

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

Open

#1 aberto em 6 de out. de 2023

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

Guia do colaborador