
             AceQL HTTP Open Source
                Version 6.0
                   Readme


Introduction
------------

AceQL HTTP is a library of REST like http APIs that allow to access to 
remote SQL databases over http from any device that supports http. 

AceQL HTTP is provided with two client SDK.
- The AceQL Java Client SDK allows to wrap the HTTP APIs using JDBC calls 
  in their code, just like they would for a local database.
- The AceQL C# Client SDK allows to wrap the HTTP APIs using Microsoft SQL 
  Server like calls in their code, just like they would for a local database.
- The AceQL Python Client SDK allows SQL calls to be encoded with standard 
  unmodified DB-API 2.0 syntax.

Security has been taken into account from the design: It as allowed to specify 
and code strong security rules in order to protect the databases. 

AceQL HTTP Open Source Edition is licensed through the GNU Lesser General
Public License (LGPL v2.1).

AceQL HTTP Open Source Edition allows to access main open source databases:
MariaDB/MySQL and PostgreSQL.


Feedback
--------

Please direct all bugs to support@kawansoft.com

The AceQL Team