summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-11-03 11:05:52 -0500
committerJames Moger <james.moger@gitblit.com>2014-11-03 12:51:16 -0500
commit6f486197c5aae3246e8175b828fe3e4c8de3906d (patch)
tree46de7bfadab22efb3293364970bc10c937bcb45d /README.markdown
parente4e9fdae539ec85552755b3a7799b75dbb7c4812 (diff)
downloadiciql-6f486197c5aae3246e8175b828fe3e4c8de3906d.tar.gz
iciql-6f486197c5aae3246e8175b828fe3e4c8de3906d.zip
Add support for SQLite 3.8.7
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 4c2b2c7..63ec22a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -12,7 +12,7 @@ iciql **is**...
iciql **is not**...
- a complete alternative to JDBC
-- designed to compete with more powerful database query tools like [jOOQ](http://jooq.sourceforge.net) or [Querydsl](http://source.mysema.com/display/querydsl/Querydsl)
+- designed to compete with more powerful database query tools like [jOOQ](http://jooq.sourceforge.net) or [QueryDSL](http://source.mysema.com/display/querydsl/Querydsl)
- designed to compete with enterprise ORM tools like [Hibernate](http://www.hibernate.org) or [mybatis](http://www.mybatis.org)
Supported Databases (Unit-Tested)
@@ -22,6 +22,7 @@ Supported Databases (Unit-Tested)
- [Derby](http://db.apache.org/derby) 10.11
- [MySQL](http://mysql.com) 5.6
- [PostgreSQL](http://postgresql.org) 9.3
+- [SQLite](http://www.sqlite.org) 3.8
Support for others is possible and may only require creating a simple "dialect" class.
@@ -37,7 +38,8 @@ iciql requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (J
Getting help
-------
Read the online documentation available at the [iciql website](http://iciql.com)<br/>
-Issues, binaries, & sources @ [Google Code](http://code.google.com/p/iciql)
+Issues & sources @ [GitHub](http://github.com/gitblit/iciql)
+Binaries @ [Iciql Maven Repository](http://gitblit.github.io/iciql/maven/)
Building iciql
----------------