blob: fdb9531fe126c6e9eba0bbb21cdf748a0d600b7b [file] [log] [blame]
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset='utf-8'/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'/>
<meta name='viewport' content='width=device-width, initial-scale=1'/>
<title>GORM for Grails</title>
<link href='img/favicon.ico' type='image/x-ico' rel='icon'/>
<link rel='stylesheet' type='text/css' href='css/bootstrap.css'/>
<link rel='stylesheet' type='text/css' href='css/font-awesome.min.css'/>
<link rel='stylesheet' type='text/css' href='css/style.css'/>
</head>
<body>
<a href='https://github.com/grails/grails-data-mapping' target='_blank'>
<div id='fork-me'>
<p>Fork me on Github</p>
</div>
</a>
<div id='st-container' class='st-container st-effect-9'>
<nav class='st-menu st-effect-9' id='menu-12'>
<h2 class='icon icon-lab'>Socialize</h2>
<ul>
<li>
<a href='http://grails.org/mailing-lists.html' class='icon'><span class='fa fa-envelope'></span> Discuss on the Mailing
List</a>
</li>
<li>
<a href='http://slack-signup.grails.org' class='icon'><span class='fa fa-slack'></span> Discuss on Slack</a>
</li>
<li>
<a href='https://twitter.com/grailsframework' class='icon'><span class='fa fa-twitter'></span> Grails on
Twitter</a>
</li>
<li>
<a href='https://grails.org/events.html' class='icon'><span class='fa fa-calendar'></span> Events and conferences</a>
</li>
<li>
<a href='https://github.com/grails/grails-data-mapping' class='icon'><span class='fa fa-github'></span>
Source code on GitHub</a>
</li>
<li>
<a href='https://github.com/grails/grails-data-mapping/issues' class='icon'><span class='fa fa-bug'></span> Report issues on
Github</a>
</li>
<li>
<a href='http://stackoverflow.com/questions/tagged/grails' class='icon'><span
class='fa fa-stack-overflow'></span> Stack Overflow questions</a>
</li>
</ul>
</nav>
<div class='st-pusher'>
<div class='st-content'>
<div class='st-content-inner'>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a
href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div>
<div class='navbar navbar-default navbar-static-top' role='navigation'>
<div class='container'>
<div class='navbar-header'>
<button type='button' class='navbar-toggle' data-toggle='collapse'
data-target='.navbar-collapse'>
<span class='sr-only'></span><span class='icon-bar'></span><span
class='icon-bar'></span><span class='icon-bar'></span>
</button>
<a class='navbar-brand' href='index.html'>
<i class='fa grails-icon'>
<img src='img/grails-cupsonly-logo-white.svg'/>
</i> GORM for Grails
</a>
</div>
<div class='navbar-collapse collapse'>
<ul class='nav navbar-nav navbar-right'>
<li class=''><a href='hibernate/manual/index.html'>Hibernate</a></li>
<li class=''><a href='mongodb/manual/index.html'>MongoDB</a></li>
<li class=''><a href='neo4j/manual/index.html'>Neo4j</a></li>
<li class=''><a href='cassandra/manual/index.html'>Cassandra</a></li>
<li class=''><a href='redis/manual/index.html'>Redis</a></li>
<li class=''><a href='https://grails.org/support.html'>Support</a></li>
<li>
<a data-effect='st-effect-9' class='st-trigger' href='#'>Socialize</a>
</li>
</ul>
</div>
</div>
</div>
<div id='band' class='band'></div>
<div id='content'>
<section class="row colset-2-its">
<h1>GORM 5 - A powerful Groovy-based data access toolkit for the JVM</h1>
<p>
<strong>GORM</strong> is the data access toolkit used by <a href="http://grails.org">Grails</a>
and provides a rich set
of APIs for accessing relational and non-relational data including implementations for
Hibernate (SQL), MongoDB, Neo4j, Cassandra, Redis and an in-memory ConcurrentHashMap for
testing.
</p>
<div class="col1">
<article>
<div class="icon icon-1"></div>
<h1>Hibernate</h1>
<p>The original implementation of GORM, GORM for Hibernate provides all the goodness of GORM for SQL databases.
</p>
<p>- <a href="hibernate/manual/index.html">Documentation</a> - <a href="api/index.html">API</a></p>
</article>
<article>
<div class="icon icon-2"></div>
<h1>MongoDB</h1>
<p>
Built on the MongoDB Java Driver GORM for MongoDB includes features like Geospatial querying, Text search and Schemaless access etc.
</p>
<p>- <a href="mongodb/manual/index.html">Documentation</a> - <a href="mongodb/api/index.html">API</a></p>
</article>
<article>
<div class="icon icon-6"></div>
<h1>Neo4j</h1>
<p>
Built for Neo4j 2.3 and above, GORM for Neo4j allows you to map your objects into the Neo4j graph node space.
</p>
<p>- <a href="neo4j/manual/index.html">Documentation</a> - <a href="neo4j/api/index.html">API</a></p>
</article>
</div>
<div class="col2">
<article>
<div class="icon icon-4"></div>
<h1>Cassandra</h1>
<p>
Built for managing massive amounts of data in the cloud. GORM for Cassandra lets you map your objects to Cassandra tables.
</p>
<p>- <a href="cassandra/manual/index.html">Documentation</a> - <a href="cassandra/api/index.html">API</a></p>
</article>
<article>
<div class="icon icon-5"></div>
<h1>Redis</h1>
<p>
GORM for Redis allows you to map Groovy objects to Redis hashes
</p>
<p>- <a href="redis/manual/index.html">Documentation</a> - <a href="redis/api/index.html">API</a></p>
</article>
<article>
<div class="icon icon-3"></div>
<h1>Developer Guide</h1>
<p>
Want to develop your own implementation of GORM? Checkout the developer guide
</p>
<p>- <a href="manual/index.html">Documentation</a> - <a href="api/index.html">API</a></p>
</article>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
<script src='js/vendor/jquery-1.10.2.min.js' defer></script>
<script src='js/vendor/bootstrap.js' defer></script>
<script src='js/vendor/modernizr.min.js' defer></script>
<script src='js/vendor/classie.js' defer></script>
<script src='js/vendor/sidebarEffects.js' defer></script>
<script src='js/plugins.js' defer></script>
</body>
</html>