crdbstore
Gorilla session store
An implementation of a Gorilla sessions store backend using CockroachDB as the underlying storage engine
Gorilla's Session store implementation with cockroachDB
3 stars
2 watching
0 forks
Language: Go
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
srinathgs/mysqlstore | Provides an implementation of Gorilla's Session Store using MySQL as the underlying storage. | 44 |
antonlindstrom/pgstore | A session store backend for the gorilla/sessions package using PostgreSQL as the underlying storage | 92 |
srinathgs/couchbasestore | An implementation of a session store using Couchbase as the backend | 8 |
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 |
gernest/qlstore | A Gorilla Sessions store implemented with an embedded SQL database | 6 |
savaki/dynastore | A DynamoDB-based in-memory storage solution for web applications using the Gorilla Toolkit framework. | 4 |
cockroachdb/logtags | An annotation system for Go contexts allowing key-value storage and retrieval | 39 |
eventstore/eventstore-client-go | Provides an interface to interact with Event StoreDB using gRPC protocol in Go. | 105 |
swithek/sessionup-pgstore | An implementation of a PostgreSQL-based session store for a web application framework | 1 |
rfyiamcool/raft-badger | An implementation of the LogStore and StableStore interfaces from Hashicorp's Raft, designed for use with a key-value store. | 49 |
fabioarnold/zig-gorillas | A game written in Zig that simulates a classic QBasic-style multiplayer experience | 54 |
gorilla/csrf | A middleware library providing protection against malicious requests through the use of tokens. | 1,055 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 747 |