-
feat: add SQLite session store support
released this
2026-01-15 18:44:27 +00:00 | 59 commits to main since this releaseAdd NewSQLiteSessionManager helper that creates an SCS session manager
backed by SQLite, allowing sessions to persist across server restarts.
The function handles table creation automatically.Downloads