Registry / database / alexedwards-scs-mysqlstore

alexedwards-scs-mysqlstore

JSON →
library0.0.0-20251002162104-209de6e426degogounverified

Package mysqlstore provides a MySQL-based session store for the SCS session management library.

go get github.com/alexedwards/scs/mysqlstore
INSTALL
IMPORT
SIG · ALEXEDWARDS-SCS-MY
A
alexedwards-scs-mysqlstore
databasegov0.0.0-20251002162104-209de6e426de
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mysqlstore
github.com/alexedwards/scs/mysqlstore

Shows how to use mysqlstore with SCS session manager.

package main import ( "database/sql" "github.com/alexedwards/scs/mysqlstore" "github.com/alexedwards/scs/v2" ) func main() { db, _ := sql.Open("mysql", "dsn") store := mysqlstore.New(db) sessionManager := scs.New() sessionManager.Store = store }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20251002162104-209de6e426delatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
alexedwards-scs-mysqlstore — go get alexedwards-scs-mysqlstore · libregistry