Damlhub Sync Domain
App Development5 posts58 viewsLast activity Dec 2025
AU
austinOP
Mar 2025This is potentially a dumb question, but what kind of sync domain does Damlhub use by default? I’m assuming its a postgres based one (because of PQS). From the daml docs I saw these were the 4 options:
- Postgres-based sync domain
- Oracle-based sync domain
- Hyperledger Fabric-based sync domain
- Ethereum-based sync domain
Thanks!
BE
Ben_M
Mar 2025Hi Austin,
Yes, you are correct, that as per the current docs.daml.com there are 4 sync domain database variants. However as you also rightly posited, the Daml Hub platform uses PostgreSQL by default.
Regards, Ben.
AU
austin
Mar 2025Hi Ben,
Gotcha, thanks!