summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-10-22 12:52:33 -0400
committerJames Moger <james.moger@gitblit.com>2014-10-22 22:29:00 -0400
commitcd036aa20930859fef51ed2fc4abc3d8cada5e3d (patch)
tree4c0cd3085ac371e9fc1a570d913ed063b1752055 /README.markdown
parent40ad76e1db008923cd089b0dde80590156fa0596 (diff)
downloadiciql-cd036aa20930859fef51ed2fc4abc3d8cada5e3d.tar.gz
iciql-cd036aa20930859fef51ed2fc4abc3d8cada5e3d.zip
Update dependencies
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown
index 110ca0c..4c2b2c7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -5,7 +5,7 @@ iciql **is**...
- a model-based, database access wrapper for JDBC
- for modest database schemas and basic statement generation
- for those who want to write code, instead of SQL, using IDE completion and compile-time type-safety
-- small (175KB with debug symbols) with no runtime dependencies
+- small (200KB with debug symbols) with no runtime dependencies
- pronounced *icicle* (although it could be French: *ici ql* - here query language)
- a friendly fork of the H2 [JaQu](http://h2database.com/html/jaqu.html) project
@@ -17,11 +17,11 @@ iciql **is not**...
Supported Databases (Unit-Tested)
-------
-- [H2](http://h2database.com) 1.3.168
-- [HSQLDB](http://hsqldb.org) 2.2.8
-- [Derby](http://db.apache.org/derby) 10.9.1.0
-- [MySQL](http://mysql.com) 5.0.51b
-- [PostgreSQL](http://postgresql.org) 9.0
+- [H2](http://h2database.com) 1.4
+- [HSQLDB](http://hsqldb.org) 2.3
+- [Derby](http://db.apache.org/derby) 10.11
+- [MySQL](http://mysql.com) 5.6
+- [PostgreSQL](http://postgresql.org) 9.3
Support for others is possible and may only require creating a simple "dialect" class.