Skip to content

Instantly share code, notes, and snippets.

@anidotnet
Created May 11, 2017 03:44
Show Gist options
  • Save anidotnet/5ef696b38feca28edc10768feccdba01 to your computer and use it in GitHub Desktop.
Save anidotnet/5ef696b38feca28edc10768feccdba01 to your computer and use it in GitHub Desktop.
Nitrite Introduction
Nitrite db = Nitrite.builder()
.compressed()
.filePath("/tmp/test.db")
.openOrCreate("user", "password");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment