Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created March 25, 2017 22:27
Show Gist options
  • Save dsibinski/e205d0eacd107226c0986a2b9d2d8422 to your computer and use it in GitHub Desktop.
Save dsibinski/e205d0eacd107226c0986a2b9d2d8422 to your computer and use it in GitHub Desktop.
public SQLiteAsyncConnection InMemorySqliteConnection;
[OneTimeSetUp]
public void Init()
{
InMemorySqliteConnection = new SQLiteAsyncConnection(":memory:");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment