AceQL HTTP is a framework 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 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 Java Client JDBC Driver allows to wrap the HTTP APIs using JDBC calls in their code, just like they would for a local database.
- The AceQL Python ...
Version11.0compared with
Version Details
| 10.2 | 11.0 | |
|---|---|---|
| Release date | Feb 07, 2022 | Jun 11, 2022 |
| Licenses | LGPL 2.1 | LGPL 2.1 |
| Vulnerabilities | None | None |
Compile Changes (6)
| 10.2 | 11.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.github.Cloudmersive » Cloudmersive.APIClient.Java | - | v4.33 |
| + Added | com.github.rkpunjal.sqlsafe » sql-injection-safe | - | 1.0.2 |
| ~ Updated | com.google.code.gson » gson | 2.8.6 | 2.8.9 |
| ~ Updated | org.apache.tomcat » tomcat-jdbc | 9.0.58 | 9.0.64 |
| ~ Updated | org.apache.tomcat.embed » tomcat-embed-core | 9.0.58 | 9.0.64 |
| ~ Updated | org.postgresql » postgresql | 42.3.2 | 42.3.3 |
Test Changes (1)
| 10.2 | 11.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.junit.jupiter » junit-jupiter-api | - | 5.8.2 |