• v0.2.5 82a3314089

    feat: add SQLite session store support

    ryan released this 2026-01-15 18:44:27 +00:00 | 59 commits to main since this release

    Add 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