Groovy Source
B
Bloggers
Build Systems
 
C
Charting & Reporting
Code Analyzers
Collections
 
E
ERP & CRM
Eclipse Plugins
 
F
Financial Soft
 
I
Installers
Inversion of Control
Issue Tracking
 
J
JMX
Job Schedulers
 
N
Network Clients
 
P
PDF Libraries
Persistence
Project Management
 
R
RSS & RDF Tools
Rule Engines
 
S
Security
Swing
 
T
Template Engines
Testing Tools
Text Processing
 
U
UML & Modeling
 
W
Web Frameworks
Web Mail
Web Servers
Web Services
Web Testing
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



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

ORMLite

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

Go To ORMLite