From 1b4c2425db8c0e4d93caf2d9b64adcdefc1336a2 Mon Sep 17 00:00:00 2001 From: i9 Date: Tue, 4 Feb 2025 10:20:24 +0100 Subject: [PATCH] Update README.md --- neo4j/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/neo4j/README.md b/neo4j/README.md index 22a23eff..b8f0d411 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -3,6 +3,12 @@ id: neo4j title: Neo4j --- +![Release](https://img.shields.io/github/v/tag/gofiber/storage?filter=neo4j*) +[![Discord](https://img.shields.io/discord/704680098577514527?style=flat&label=%F0%9F%92%AC%20discord&color=00ACD7)](https://gofiber.io/discord) +![Test](https://img.shields.io/github/actions/workflow/status/gofiber/storage/test-neo4j.yml?label=Tests) +![Security](https://img.shields.io/github/actions/workflow/status/gofiber/storage/gosec.yml?label=Security) +![Linter](https://img.shields.io/github/actions/workflow/status/gofiber/storage/linter.yml?label=Linter) + A Neo4j storage driver using [neo4j/neo4j-go-driver](https://github.com/neo4j/neo4j-go-driver). > **Note: Requires latest two releases of Golang**