
                 AceQL HTTP 
                Version 12.2
                   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 three 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 is licensed through the Business Source License 1.1.
(https://github.com/kawansoft/aceql-http/blob/12.2/LICENSE.TXT)

Feedback
--------

Please direct all bugs to support@kawansoft.com

The AceQL Team