All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src-main.awake-sql-overview.html Maven / Gradle / Ivy

Go to download

Awake SQL is an open source framework that allows remote and secure JDBC access through HTTP.

There is a newer version: 2.0.2
Show newest version








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