src-main.awake-sql-overview.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of awake-sql Show documentation
Show all versions of awake-sql Show documentation
Awake SQL is an open source framework that allows remote and secure JDBC access through HTTP.
Awake Framework Overview
Awake Sql allows developers to use JDBC calls in their code to access remote SQL databases through
the Internet using HTTP(S).
Typical usage would be an Android or Swing/JavaFX Java Desktop application
that accesses using JDBC calls a SQL database located on
a remote server. All JDBC calls are routed through the Internet with HTTP protocol.
Awake SQL supports:
Statement
and PreparedStatement
, for both updates and queries.
- Main JDBC data types for columns:
Boolean, Integer, Short, Double, Float, BigDecimal,
Long, String, Date, Time, Timestamp, URL
and Array
.
- Unknown JDBC data type through generic
Object
wrapping.
- Blobs and Clobs with no size limits.
- Transactions (Commit/Rollback) including Savepoints.
- Connection pooling on the server side.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy