# gorm-without-grails **Repository Path**: micrograils/gorm-without-grails ## Basic Information - **Project Name**: gorm-without-grails - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-02 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Using GORM without Grails GORM 7 - A powerful Groovy-based data access toolkit for the JVM. ## Gorm for Hibernate `GROM` - https://gorm.grails.org/ `GORM` is the data access toolkit used by `Grails` and provides a rich set of APIs for accessing relational and non-relational data including implementations for `Hibernate` (SQL), `MongoDB`, `Neo4j`, `Cassandra`, an in-memory `ConcurrentHashMap` for testing and an automatic `GraphQL` schema generator. - docs:https://gorm.grails.org/latest/hibernate/manual/index.html - api:https://gorm.grails.org/latest/hibernate/api/index.html - source:https://github.com/grails/gorm-hibernate5