diff --git a/aceql-jdbc-overview.html b/aceql-jdbc-overview.html new file mode 100644 index 00000000..aa4af401 --- /dev/null +++ b/aceql-jdbc-overview.html @@ -0,0 +1,31 @@ + + + + + + + + +AceQL Client JDBC Driver. + + +AceQL Client JDBC Driver allows Android and Java Desktop application developers to 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 JDBC Driver wraps the HTTP API provided by the AceQL HTTP server. + + diff --git a/src/test/resources/dummy.txt b/src/test/resources/dummy.txt new file mode 100644 index 00000000..3f099999 --- /dev/null +++ b/src/test/resources/dummy.txt @@ -0,0 +1 @@ +Required for adding src/test/resources to Git index. \ No newline at end of file