Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created May 4, 2012 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcioalthmann/2590683 to your computer and use it in GitHub Desktop.
Save marcioalthmann/2590683 to your computer and use it in GitHub Desktop.
RavenDB: DocumentStore
private IDocumentStore _documentStore;
[TestInitialize]
public void Inicializacao()
{
_documentStore = new DocumentStore {Url = "http://localhost:8080"};
_documentStore.Initialize();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment