From 768f17e408b1db03b51d72878c34927eaf4820c1 Mon Sep 17 00:00:00 2001 From: Mudit Somani Date: Sat, 1 Feb 2025 01:59:50 +0530 Subject: [PATCH] docs: add surrealdb store to readme Signed-off-by: Mudit Somani --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2cbea6..e92394b 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Other implementations of the `sessions.Store` interface: - [github.com/GoogleCloudPlatform/firestore-gorilla-sessions](https://github.com/GoogleCloudPlatform/firestore-gorilla-sessions) - Cloud Firestore - [github.com/stephenafamo/crdbstore](https://github.com/stephenafamo/crdbstore) - CockroachDB - [github.com/ryicoh/tikvstore](github.com/ryicoh/tikvstore) - TiKV +- [github.com/thecomputerm/surrealstore](https://github.com/TheComputerM/surrealstore) - SurrealDB ## License