xtdb 2024-06-17

Java API (https://docs.xtdb.com/drivers/kotlin/kdoc/xtdb-api/xtdb.api/-i-xtdb/index.html) doesn't seem to have the status method. Or can this be done through openQuery?

Hey @alen thanks for bringing this up - it's definitely a gap in IXtdb for the moment, but we might yet opt to move/change how the status information is made available. In the meantime though the latest-completed-tx information can at least be queried for directly: SELECT * FROM xt$txs ORDER BY xt$txs.xt$id DESC LIMIT 1;

👍 1
🙏 1