aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-03 22:41:48 -0400
committerJames Moger <james.moger@gmail.com>2011-08-03 22:41:48 -0400
commitd44cb4b28ea055e087bd8d4fb6270c48ab537500 (patch)
treea7c29c6110afbaf8532cd91ecf927daaf7596392 /README.markdown
parent0b2dcf3955aff71e27567fd299207363828c5148 (diff)
downloadiciql-d44cb4b28ea055e087bd8d4fb6270c48ab537500.tar.gz
iciql-d44cb4b28ea055e087bd8d4fb6270c48ab537500.zip
Documentation.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index a5fc39c..08dd864 100644
--- a/README.markdown
+++ b/README.markdown
@@ -16,22 +16,22 @@ iciql **is not**...
- designed to compete with enterprise [ORM][orm] tools like [Hibernate][hibernate] or [mybatis][mybatis]
Supported Databases
-=================
+-------
- [H2](http://h2database.com)
- Support for others is planned and should only require creating a simple "dialect" class.
Java Runtime Requirement
-=================
+-------
iciql requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (JDK).
Current Release
-=================
+-------
documentation @ [iciql.com](http://iciql.com)
issues, binaries, & source @ [Google Code][googlecode]<br/>
sources @ [Github][iciqlsrc]
License
-=================
+-------
iciql is distributed under the terms of the [Apache Software Foundation license, version 2.0][apachelicense]
[jaqu]: http://h2database.com/html/jaqu.html "H2 JaQu project"