Add encryption option
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user