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

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









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 a Java Desktop App that access with 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.
  • Unknown JDBC data type through generic Object wrapping.
  • Blobs and Clobs with no size limits.
  • Transactions: SQL Commit & Rollback.
  • Connection pooling on the server side.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy