Using PostgreSQL instead of H2 as the Corda node's database
问题 I would like to use PostgreSQL instead of H2 as the database for my node. Is using PostgreSQL for Corda nodes possible? How would I configure my node to use a PostgreSQL database? 回答1: Both Corda 2 and Corda 3 allow the use of PostgreSQL 9.6, using PostgreSQL JDBC Driver 42.1.4. Note that this is an experimental community contribution, and is currently untested. Here is an example node configuration block for PostgreSQL: dataSourceProperties = { dataSourceClassName = "org.postgresql.ds