sqlitestore
Session store
An implementation of a session store using SQLite as the underlying data storage
Gorilla's Session Store Implementation for SQLite
12 stars
3 watching
17 forks
Language: Go
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
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 |
gernest/qlstore | A Gorilla Sessions store implemented with an embedded SQL database | 6 |
srinathgs/couchbasestore | An implementation of a session store using Couchbase as the backend | 8 |
stephenafamo/crdbstore | An implementation of a Gorilla sessions store backend using CockroachDB as the underlying storage engine | 3 |
antonlindstrom/pgstore | A session store backend for the gorilla/sessions package using PostgreSQL as the underlying storage | 92 |
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 |
storesafe/cordova-sqlite-storage | A Cordova plugin for accessing and manipulating SQLite databases on various platforms | 2,148 |
thinkjs/think-session-redis | A module that enables session storage using Redis with the ThinkJS web framework. | 2 |
mikeowens/sqlitevtable | An example of using SQLite as a virtual table to query and manipulate files on the file system. | 23 |
yousty/event_store_client | A Ruby gem that provides an easy-to-use API client for connecting to EventStoreDB | 38 |
btrask/sqlheavy | Replaces SQLite's built-in b-tree with arbitrary storage engines from libkvstore. | 23 |
younos1986/core.eventstore | A library facilitating event-driven communication between CommandService and QueryService across multiple databases. | 5 |