https://github.com/kawansoft/aceql-http-client-android-sample
Android Sample to use with AceQL HTTP.
https://github.com/kawansoft/aceql-http-client-android-sample
android android-application jdbc jdbc-api jdbc-driver jdbc-drivers jdbc-utilities maria-database mariadb mysql oracle-database postgresql remote-sql sql sql-server
Last synced: about 2 months ago
JSON representation
Android Sample to use with AceQL HTTP.
- Host: GitHub
- URL: https://github.com/kawansoft/aceql-http-client-android-sample
- Owner: kawansoft
- License: apache-2.0
- Created: 2017-07-12T14:09:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T20:11:11.000Z (over 4 years ago)
- Last Synced: 2025-08-16T16:32:19.356Z (10 months ago)
- Topics: android, android-application, jdbc, jdbc-api, jdbc-driver, jdbc-drivers, jdbc-utilities, maria-database, mariadb, mysql, oracle-database, postgresql, remote-sql, sql, sql-server
- Language: Java
- Homepage: http://www.aceql.com
- Size: 34.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aceql-http-client-android-sample - v5.0
# April 6, 2021


This is a sample Android application that shows how to use the AceQL Client JDBC Driver within Android applications.
It allows to access remote SQL databases and/or SQL databases in the cloud by simply including standard JDBC calls in the code, just like for a local database.
Main features:
* This sample project was created with Android studio 4.1.3.
* It will run on any Andoid device with API 30 (Android 11.0) or later.
* The AceQL Client JDBC Driver is licensed through the liberal Apache 2.0 license.
For more info, see AceQL HTTP Documentation page.