mysqlstore
Session store
Provides an implementation of Gorilla's Session Store using MySQL as the underlying storage.
Gorilla's Session Store Implementation for MySQL
44 stars
2 watching
28 forks
Language: Go
last commit: 12 months ago Related projects:
Repository | Description | Stars |
---|---|---|
srinathgs/couchbasestore | An implementation of a session store using Couchbase as the backend | 8 |
quasoft/memstore | An in-memory implementation of gorilla/sessions for use in tests and dev environments | 19 |
michaeljs1990/sqlitestore | An implementation of a session store using SQLite as the underlying data storage | 12 |
gernest/qlstore | A Gorilla Sessions store implemented with an embedded SQL database | 6 |
stephenafamo/crdbstore | An implementation of a Gorilla sessions store backend using CockroachDB as the underlying storage engine | 3 |
kidstuff/mongostore | An implementation of a session store using MongoDB as the underlying data store | 41 |
antonlindstrom/pgstore | A session store backend for the gorilla/sessions package using PostgreSQL as the underlying storage | 92 |
swithek/sessionup-pgstore | An implementation of a PostgreSQL-based session store for a web application framework | 1 |
eventstore/eventstore-client-go | Provides an interface to interact with Event StoreDB using gRPC protocol in Go. | 105 |
message-db/message-db | A microservice-based event store and message queue built on top of PostgreSQL. | 1,623 |
yousty/event_store_client | A Ruby gem that provides an easy-to-use API client for connecting to EventStoreDB | 38 |
gosuri/go-store | Provides a platform-independent interface to persist and retrieve data in various store implementations. | 112 |
paddlehq/go-aws-ssm | An AWS System Manager parameter store abstraction layer for Go applications | 59 |
thinkjs/think-session-mysql | A middleware package for storing and managing sessions in ThinkJS applications using MySQL as the underlying storage | 0 |
kitura/kitura-session-redis | A framework for storing and managing user sessions using Redis as the backing store | 4 |