Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/How to use daml-on-sqlForum ↗

How to use daml-on-sql

App Development2 posts338 views3 likesLast activity Dec 2020
NI
Nishant_BansalOP
Dec 2020

Hi,

I can see daml has provided this daml-on-sql jar

mvnrepository.com

Maven Repository: com.daml » daml-on-sql_2.12 » 1.4.0

I just want to know how to use this with the sandbox
Do i need to make a project like

github.com

digital-asset/ex-java-bindings

Three examples demonstrating three different approaches to using the Java ledger API bindings

and do some configurations or can I directly use this with quickstart template.
Any reference would be great.

AN
anthony
Dec 2020

You can find the documentation on daml-for-postgresql here: https://docs.daml.com/daml-driver-for-postgresql/1.8.0/ which supersedes daml-on-sql.

Also if you’re running daml 1.4.0 (or any version pre-1.8.0) then you can also use the now deprecated Daml Sandbox with persistence as described here: https://docs.daml.com/tools/sandbox.html#running-with-persistence

← Back to Discussions