Source: h2database Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg , Jochen Sprickerhof Build-Depends: debhelper-compat (= 13), default-jdk, dh-sequence-javahelper, libasm-java, libjakarta-servlet-api-java, libjts-java, liblucene8-java, libosgi-compendium-java, libservlet-api-java, libslf4j-java, maven-repo-helper Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/h2database.git Vcs-Browser: https://salsa.debian.org/java-team/h2database Homepage: https://www.h2database.com Rules-Requires-Root: no Package: libh2-java Architecture: all Depends: ${misc:Depends} Suggests: libjts-java, liblucene8-java, libslf4j-java Description: H2 Database Engine H2 is a relational database management system supporting a subset of the SQL standard. The main programming APIs are SQL and JDBC, however the database also supports using the PostgreSQL ODBC driver by acting like a PostgreSQL server. . The main features of H2 are: . - Very fast, open source, JDBC API. - Embedded and server modes; in-memory databases. - Browser based Console application. - Small footprint Package: libh2-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: default-jdk-doc Suggests: libh2-java Description: H2 Database Engine (documentation) H2 is a relational database management system supporting a subset of the SQL standard. The main programming APIs are SQL and JDBC, however the database also supports using the PostgreSQL ODBC driver by acting like a PostgreSQL server. . The main features of H2 are: . - Very fast, open source, JDBC API. - Embedded and server modes; in-memory databases. - Browser based Console application. - Small footprint . This package includes the API documentation.