Skip to content

jcbwlkr/cqlstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cqlstore

GoDocTravis

A Cassandra implementation for github.com/gorilla/sessions.

Example and API references on GoDoc

Stability Note

This package has not yet been tested in a production environment. I do not expect any breaking changes or significant performance issues but until it has been tested in the wild this notice will remain.

Testing

Tests require an active Cassandra DB. You must use environment variables to specify the Cassandra URL and the name of a test keyspace. This keyspace will be created and dropped as part of the test suite.

CQLSTORE_KEYSPACE=foobar CQLSTORE_URL=dockerhost go test

About

A Cassandra implementation for gorilla/sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages