Skip to content

Instantly share code, notes, and snippets.

@anidotnet
Created May 11, 2017 03:44
Show Gist options
  • Save anidotnet/e73a17313ec7d428d2bc1926b8470cd2 to your computer and use it in GitHub Desktop.
Save anidotnet/e73a17313ec7d428d2bc1926b8470cd2 to your computer and use it in GitHub Desktop.
Nitrite Introduction
// Create a Nitrite Collection
NitriteCollection collection = db.getCollection("test");
// Create an Object Repository
ObjectRepository<Employee> repository = db.getRepository(Employee.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment