Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #583

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# GORM for Neo4j
[![Maven Central](https://img.shields.io/maven-central/v/org.grails/grails-datastore-gorm-neo4j.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.grails/grails-datastore-gorm-neo4j)
[![Java CI](https://github.com/grails/gorm-neo4j/workflows/Java%20CI/badge.svg?event=push)](https://github.com/grails/gorm-neo4j/actions/workflows/gradle.yml)

This project implements [GORM](http://gorm.grails.org/latest/) for the Neo4j 3.x Graph Database using the Bolt Java Driver.
This project implements [GORM](https://gorm.grails.org) for the Neo4j 3.x Graph Database using the Bolt Java Driver.

For more information see the following links:

* [Documentation](http://gorm.grails.org/latest/neo4j/manual)
* [API](http://gorm.grails.org/latest/neo4j/api)
* [Grails Plugin](https://grails.org/plugins.html#plugin/neo4j)
* [![Build Status](https://travis-ci.org/grails/gorm-neo4j.svg?branch=master)](https://travis-ci.org/grails/gorm-neo4j)
* [Documentation](https://gorm.grails.org/latest/neo4j/manual)
* [API](https://gorm.grails.org/latest/neo4j/api)

For the current development version see the following links:

* [Beta Documentation](http://gorm.grails.org/snapshot/neo4j/manual)
* [Beta API](http://gorm.grails.org/snapshot/neo4j/api)
* [Snapshot Documentation](https://gorm.grails.org/snapshot/neo4j/manual)
* [Snapshot API](https://gorm.grails.org/snapshot/neo4j/api)