Skip to content

Instantly share code, notes, and snippets.

@mbastian
Created October 26, 2015 16:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbastian/9b9b49a4b96333da33ec to your computer and use it in GitHub Desktop.
Save mbastian/9b9b49a4b96333da33ec to your computer and use it in GitHub Desktop.
writepaldbstore.scala
val writer: StoreWriter = PalDB.createWriter(new File("store.paldb"));
writer.put("foo", "bar");
writer.put(1213, Array(1, 2, 3));
writer.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment