-
Notifications
You must be signed in to change notification settings - Fork 18
ph dao
Philip Helger edited this page Apr 23, 2021
·
1 revision
Simple library with Data Access Object (DAO) support for reading and writing XML files in a transactional manner, using write ahead logging (WAL).
Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-dao</artifactId>
<version>x.y.z</version>
</dependency>
Note: the Maven groupId changed in v10 from com.helger
to com.helger.commons
On Twitter: Follow @philiphelger
Donation link: https://paypal.me/PhilipHelger
It is appreciated if you star the GitHub project if you like it.