1
0
mirror of https://github.com/alexedwards/scs.git synced 2025-07-13 01:00:17 +02:00

11 Commits

Author SHA1 Message Date
6c6ff2c7bb Fix typos in documentation 2022-02-09 11:27:58 +01:00
5015bda118 Standardise documentation for stores 2021-11-25 19:13:30 +01:00
aff014875b Add All() to mongodbstore 2021-11-21 14:30:14 +01:00
f2d2fcfeca Bump go.mongodb.org/mongo-driver from 1.5.0 to 1.5.1 in /mongodbstore
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 16:48:21 +00:00
f445396108 Add missing imports to example 2021-04-07 09:38:23 +02:00
3494619ae2 Remove duplicate error logging
The log message is duplicated at line 113.
2021-03-26 21:45:08 -06:00
275d7ae51c Handle errors returned by mongo.Connect() in all test functions 2021-03-26 21:42:36 -06:00
93e68f4375 Fix incorrect import path in README for mongodbstore 2021-03-26 21:41:52 -06:00
80aab1fa7b Add go.mod to mongodbstore 2021-03-26 21:40:43 -06:00
f98d74199e Add tests and README for mongodbstore 2021-03-09 19:10:56 -07:00
07475f4b6f Add MongoDBStore
Uses the official MongoDB driver for Go.
https://github.com/mongodb/mongo-go-driver

I used the other stores as a reference.
2021-02-28 14:20:07 -07:00