-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bdfb86
commit 2d12409
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
AceQL Java Client SDK | ||
Version 1.0-beta.2 | ||
Release Notes | ||
|
||
|
||
Introduction | ||
------------ | ||
|
||
The AceQL Java Client SDK allows to wrap the AceQL HTTP APIs and | ||
eliminate the tedious works of handling communications errors and | ||
parsing JSON results. | ||
|
||
Android and Java Desktop application developers can access | ||
remote SQL databases and/or SQL databases in the cloud by simply | ||
including standard JDBC calls in their code, just like | ||
they would for a local database. | ||
|
||
The AceQL Java Client SDK licensed through the Apache 2.0 | ||
License. | ||
|
||
|
||
AceQL Java Client SDK - Version 1.0-beta.2 - 28-may-2016 | ||
-------------------------------------------------------- | ||
|
||
What's New: | ||
- License was erroneously marked as LGPL in previous pom.xml. | ||
This has been fixed : license is now Apache 2.0. | ||
|
||
|