sessionup-pgstore
Session Store
An implementation of a PostgreSQL-based session store for a web application framework
PostgreSQL session store implementation for sessionup
1 stars
2 watching
1 forks
Language: Go
last commit: over 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
antonlindstrom/pgstore | A session store backend for the gorilla/sessions package using PostgreSQL as the underlying storage | 92 |
swithek/sessionup | An HTTP session management package providing straightforward authentication and management capabilities. | 125 |
srinathgs/mysqlstore | Provides an implementation of Gorilla's Session Store using MySQL as the underlying storage. | 44 |
kidstuff/mongostore | An implementation of a session store using MongoDB as the underlying data store | 41 |
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 |
srinathgs/couchbasestore | An implementation of a session store using Couchbase as the backend | 8 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
eventstore/eventstore-client-go | Provides an interface to interact with Event StoreDB using gRPC protocol in Go. | 105 |
stephenafamo/crdbstore | An implementation of a Gorilla sessions store backend using CockroachDB as the underlying storage engine | 3 |
stac-utils/pgstac | A PostgreSQL-based implementation of a spatial-temporal asset catalog system | 151 |
kwynto/gosession | Provides an implementation of session management in HTTP requests using Go | 251 |
ankane/pgslice | A tool for easy Postgres partitioning with minimal app changes and no downtime. | 1,112 |
abraithwaite/jeff | A Go-based session management tool with features like CSRF protection and middleware wrapping | 266 |
gernest/qlstore | A Gorilla Sessions store implemented with an embedded SQL database | 6 |