Skip to content

Instantly share code, notes, and snippets.

@derekgreer
Created September 10, 2014 16:08
Show Gist options
  • Save derekgreer/1efd7d4e9d206cb2862b to your computer and use it in GitHub Desktop.
Save derekgreer/1efd7d4e9d206cb2862b to your computer and use it in GitHub Desktop.
NodaDb: A NoSql datastore
public class NodaDb<TKey, TValue> : Dictionary<TKey, TValue>
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment