Author: lewismc
Date: Thu Feb 13 17:44:24 2014
New Revision: 1567983
URL: http://svn.apache.org/r1567983
Log:
CMS commit to gora by lewismc
Modified:
gora/site/trunk/content/current/gora-sql.md
Modified: gora/site/trunk/content/current/gora-sql.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-sql.md?rev=1567983&r1=1567982&r2=1567983&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-sql.md (original)
+++ gora/site/trunk/content/current/gora-sql.md Thu Feb 13 17:44:24 2014
@@ -1,8 +1,13 @@
Title: Gora SQL Module
##Overview
-This is the main documentation for the gora-sql module. gora-sql
-module enables SQL backend support for Gora. Currently
[MySQL](htp://www.mysql.com) and [HSQLDB](http://www.hsqldb.org) is supported.
+This is the main documentation for the gora-sql module.
+
+Currently the <a
href="http://search.maven.org/#artifactdetails|org.apache.gora|gora-sql|0.1.1-incubating|jar"><b>gora-sql-0.1.1-incubating</b></a>
+module is deprecated, however <a
href="https://issues.apache.org/jira/browse/GORA-86â"><b>work is
planned</b></a>
+to use <a href="http://jooq.org">JOOQ</a> as a mechanism for providing SQL
backend support for Gora.
+
+In the deprecated gora-sql-0.1.1-incubating artifact
[MySQL](htp://www.mysql.com) and [HSQLDB](http://www.hsqldb.org) are supported.
##gora.properties
Coming soon