Groovy Source
B
Build Systems
 
C
Charting & Reporting
 
F
Financial Soft
 
I
Issue Tracking
 
J
Job Schedulers
 
P
PDF Libraries
Persistence
Project Management
 
R
RSS & RDF Tools
Rule Engines
 
S
Swing
 
T
Template Engines
Testing Tools
 
U
UML & Modeling
 
W
Web Frameworks
Web Mail
Web Servers
Web Services
Wiki Engines
Workflow Engines
 

Open Source Persistence Frameworks in Groovy

Grails Object Relational Mapping (GORM)

GORM is Grails' object relational mapping (ORM) implementation. Under the hood it uses Hibernate 3 (an extremely popular and flexible open source ORM solution) but because of the dynamic nature of Groovy, the fact that it supports both static and dynamic typing, and the convention of Grails there is less configuration involved in creating Grails domain classes.

Go To Grails Object Relational Mapping (GORM)

GSQL

Groovy supports a few neat ways to work with SQL more easily and to make SQL more Groovy. You can perform queries and SQL statements, passing in variables easily with proper handling of statements, connections and exception handling thanks to closures.

Go To GSQL

ORMLite

ORMLite is simple and small object-relational mapping tool f for groovy

Go To ORMLite

db4o-groovy

This project provides utilities for groovy to access db4o databases. It includes a builder and db4o aware extensions of the groovy shell. The builder takes over opening and closing of the database, executing queries. Custom code is injected using closures.

Go To db4o-groovy