diff options
author | James Moger <james.moger@gmail.com> | 2011-08-03 22:41:48 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-03 22:41:48 -0400 |
commit | d44cb4b28ea055e087bd8d4fb6270c48ab537500 (patch) | |
tree | a7c29c6110afbaf8532cd91ecf927daaf7596392 | |
parent | 0b2dcf3955aff71e27567fd299207363828c5148 (diff) | |
download | iciql-d44cb4b28ea055e087bd8d4fb6270c48ab537500.tar.gz iciql-d44cb4b28ea055e087bd8d4fb6270c48ab537500.zip |
Documentation.
-rw-r--r-- | README.markdown | 8 |
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"
|