Release v9.0.0-M2
[skip ci] Release v9.0.0-M2
1 file changed
tree: 5f088aec7326ad5afd737fbd2b8a7f0b4f618129
  1. .github/
  2. gradle/
  3. grails-datastore-async/
  4. grails-datastore-core/
  5. grails-datastore-gorm/
  6. grails-datastore-gorm-async/
  7. grails-datastore-gorm-rx/
  8. grails-datastore-gorm-support/
  9. grails-datastore-gorm-tck/
  10. grails-datastore-gorm-test/
  11. grails-datastore-gorm-validation/
  12. grails-datastore-web/
  13. src/
  14. .gitignore
  15. .sdkmanrc
  16. build.gradle
  17. clover.gradle
  18. clover.license
  19. Gemfile
  20. gradle.properties
  21. gradlew
  22. gradlew.bat
  23. ISSUE_TEMPLATE.md
  24. README.md
  25. 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.