Add encryption option

This commit is contained in:
2024-08-04 12:13:31 +02:00
parent c6f84224b1
commit ea0d46164f
13 changed files with 276 additions and 33 deletions

View File

@@ -21,10 +21,12 @@ class TestOptimisticLocking {
val pst = Persistent(
directory = File("data", "test-locking"),
true,
null,
null,
arrayOf(
index<Person>("name") { p -> (p as? Person)?.name ?: "" },
),
true
)
pst.transaction {