AceQL HTTP

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 Client SDK allows SQL calls to be encoded with standard unmodified DB-API 2.0 syntax

License

License

GroupId

GroupId

com.aceql
ArtifactId

ArtifactId

aceql-http
Last Version

Last Version

11.0
Release Date

Release Date

Type

Type

jar
Description

Description

AceQL HTTP
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 Client SDK allows SQL calls to be encoded with standard unmodified DB-API 2.0 syntax
Project URL

Project URL

http://www.aceql.com
Project Organization

Project Organization

KawanSoft
Source Code Management

Source Code Management

https://github.com/kawansoft/aceql-http

Download aceql-http

How to add to project

<!-- https://jarcasting.com/artifacts/com.aceql/aceql-http/ -->
<dependency>
    <groupId>com.aceql</groupId>
    <artifactId>aceql-http</artifactId>
    <version>11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation 'com.aceql:aceql-http:11.0'
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation ("com.aceql:aceql-http:11.0")
'com.aceql:aceql-http:jar:11.0'
<dependency org="com.aceql" name="aceql-http" rev="11.0">
  <artifact name="aceql-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceql', module='aceql-http', version='11.0')
)
libraryDependencies += "com.aceql" % "aceql-http" % "11.0"
[com.aceql/aceql-http "11.0"]

Dependencies

compile (21)

Group / Artifact Type Version
com.github.Cloudmersive » Cloudmersive.APIClient.Java jar v4.33
org.postgresql : postgresql jar 42.3.3
commons-cli : commons-cli jar 1.4
org.glassfish : javax.json jar 1.1.4
commons-io : commons-io jar 2.7
com.jcraft : jsch jar 0.1.55
org.apache.commons : commons-lang3 jar 3.11
com.auth0 : java-jwt jar 3.11.0
commons-codec : commons-codec jar 1.15
com.google.code.gson : gson jar 2.8.9
us.fatehi : schemacrawler jar 16.3.0
com.github.jsqlparser : jsqlparser jar 4.2
com.github.waffle : waffle-jna jar 3.1.1
com.oracle.database.jdbc : ojdbc6 jar 11.2.0.4
org.jasypt : jasypt jar 1.9.3
com.github.rkpunjal.sqlsafe : sql-injection-safe jar 1.0.2
javax.servlet : javax.servlet-api jar 4.0.1
org.apache.tomcat.embed : tomcat-embed-core jar 9.0.64
org.apache.tomcat : tomcat-jdbc jar 9.0.64
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.2
org.glassfish.jaxb : jaxb-runtime jar 2.3.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2

Project Modules

There are no modules declared in this project.
com.aceql

KawanSoft

Versions

Version
11.0
10.2
10.1
10.0
9.0
8.2
8.1
8.0
7.2
7.0
6.4
6.3
6.2
6.1
6.0
5.1
5.0.4
5.0.3
5.0.1
4.1
4.0
3.2.1
3.2
3.1
2.1
2.0
1.0
1.0-beta-5
1.0-beta-4
1.0-beta-3
1.0-beta-2
1.0-beta-1