From 6805f31e7ef66f0080683e7142050dad8d32a663 Mon Sep 17 00:00:00 2001 From: Sojin Date: Tue, 26 Aug 2014 23:06:40 +0800 Subject: [PATCH] Update README.md Libs in alphabetical order. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7637b5..9575dd2 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. -* [Querydsl](http://www.querydsl.com/) - Typesafe Unified Queries for Java. * [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded. * [presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. +* [Querydsl](http://www.querydsl.com/) - Typesafe Unified Queries for Java. ## Date and Time