Skip to content

qldb/index

Overview

Module

  • package: org.eclipse.dirigible.sdk.qldb
  • source: qldb/

This module is the entry point to Amazon QLDB (Quantum Ledger Database) — the platform's append-only, cryptographically-verifiable ledger backend. Useful for any data set that must keep an audit trail of every change (financial ledgers, regulatory submissions, certified document chains).

For regular CRUD workloads without the audit trail, prefer the platform's database module (org.eclipse.dirigible.sdk.db.Database) over a traditional RDBMS.

The main components of this module are:

  • Qldb — opens a QLDBRepository pinned to a specific ledger / table.

Classes

Released under the EPL-2.0 License.