Skip to content

io.codenotary.immudb4j 1.0.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.codenotary</groupId>
  <artifactId>immudb4j</artifactId>
  <version>1.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Release notes

immudb4j was upgraded to work with the latest immudb release 1.4.1

Session-based authentication

Connections to the database server are simplified by session-based authentication.
The SDK automatically maintains sessions and provides support for interactive transactions.

Stream APIs

APIs for streaming data are essential when handling large values or a large number of entries that would otherwise be limited by the transport layer.

SQL support

There is now support for interactive SQL transactions. It is quite straightforward to use the SQL API since it resembles the JDBC API.