Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Java CI](https://github.com/grails/gorm-mongodb/workflows/Java%20CI/badge.svg?branch=master)
![Release](https://github.com/grails/gorm-mongodb/workflows/Release/badge.svg?branch=master)

# GORM for MongoDB

This project implements [GORM](http://gorm.grails.org/latest/) for the MongoDB Document Database.
Expand All @@ -9,7 +12,6 @@ For more information see the following links:
* [Documentation](http://gorm.grails.org/latest/mongodb/manual)
* [API](http://gorm.grails.org/latest/mongodb/api)
* [Grails Plugin](https://grails.org/plugins.html#plugin/mongodb)
* [![Build Status](https://travis-ci.org/grails/gorm-mongodb.svg?branch=master)](https://travis-ci.org/grails/gorm-mongodb)

For the current development version see the following links:

Expand Down