How to create custom schema with Corda Vault Extension
问题 From Corda documents, it says we can have custom schema in Vault Extension. However there is not much clarity for Vault Extension which should have ability to create/manage custom database schema pertaining to node vault database. Are we going to publish API in feature release of Corda 回答1: Inside flows, the node exposes a JDBC connection that allows you to write native custom SQL queries (as a vault extension). You can access this JDBC connection using serviceHub.jdbcSession() . If your