Add missing mongodb-version's
1 file changed
tree: f332c97ccb96df79d16fb67be244d3d74d021eea
  1. .github/
  2. buildSrc/
  3. docs/
  4. gradle/
  5. grails-data-graphql/
  6. grails-data-neo4j/
  7. grails-datastore-async/
  8. grails-datastore-core/
  9. grails-datastore-gorm/
  10. grails-datastore-gorm-async/
  11. grails-datastore-gorm-rx/
  12. grails-datastore-gorm-support/
  13. grails-datastore-gorm-tck/
  14. grails-datastore-gorm-test/
  15. grails-datastore-gorm-validation/
  16. grails-datastore-web/
  17. grails-gorm-testing-support/
  18. hibernate5/
  19. mongodb/
  20. test-report/
  21. .gitignore
  22. .sdkmanrc
  23. build.gradle
  24. DEVELOPMENT.md
  25. gradle.properties
  26. gradlew
  27. gradlew.bat
  28. ISSUE_TEMPLATE.md
  29. README.md
  30. settings.gradle
README.md

GORM - Grails Object Relational Mapping

Maven Central Java CI

Grails is a framework used to build web applications with the Groovy programming language. This project provides the plumbings for the GORM API both for Hibernate and for new implementations of GORM on top of NoSQL datastores.

Getting Started

For further information see the dedicated GORM website:

License

Grails and Groovy are licensed under the terms of the Apache License, Version 2.0.