Hello.

I think you don't understand well what is API of a database engine or its 
driver and what is not. Code of H2 is not used directly with few exclusions.

Databases are accessed by Java programs with a JDBC. JDBC is described by 
the JDBC Specification and its classes are located in java.sql and 
javax.sql packages.
We do not control development of JDBC in any way.

There are some modern alternatives for JDBC such as ADBA and R2DBC, but 
they are still in development and don't have stable API, so we don't 
provide drivers for them. However, R2DBC community has an own driver for H2.

H2 is compatible with Java 7 and Android API 21 (and some people still use 
old versions on Java 6), but H2 provides new features such as JSR-310 
datetime data types on Java 8+.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/6e386ecc-d163-45e7-90fe-c3d575e65323%40googlegroups.com.

Reply via email to