Merge pull request #232 from andrebires/patch-2

Added Elephant data access project
pull/236/head
Rich Lander 2015-09-27 20:36:35 -07:00
commit 9af51b57d3
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) * [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis)
* [SQL LocalDB Wrapper](https://github.com/martincostello/sqllocaldb) - SQL LocalDB Wrapper is an assembly providing interop with the SQL LocalDB native API from managed code using .NET APIs. * [SQL LocalDB Wrapper](https://github.com/martincostello/sqllocaldb) - SQL LocalDB Wrapper is an assembly providing interop with the SQL LocalDB native API from managed code using .NET APIs.
* [LINQ2DynamoDB](https://github.com/scale-tone/linq2dynamodb) - A type-safe data context for AWS DynamoDB with LINQ, in-memory caching and OData support. * [LINQ2DynamoDB](https://github.com/scale-tone/linq2dynamodb) - A type-safe data context for AWS DynamoDB with LINQ, in-memory caching and OData support.
* [Elephant](https://github.com/takenet/elephant) - Persistence library that provides common data structures as composable elements to abstract any storage engine, including (No)SQL databases.
* Games * Games
* [Duality](https://github.com/AdamsLair/duality) - An Open Source 2D Game Engine + Visual Editor written entirely in C#. * [Duality](https://github.com/AdamsLair/duality) - An Open Source 2D Game Engine + Visual Editor written entirely in C#.