1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: h2database
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>, Jochen Sprickerhof <jspricke@debian.org>
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.2
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
Multi-Arch: foreign
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
|