Game Data Persistent - XianWorld/xxxgame GitHub Wiki
References
Easy Save 2
Save time, money and effort with Easy Save 2, the Fast and Simple way to Save and Load Data
For PC, Mac, Web, Linux, iOS, Android, Windows Phone 8 and Windows Store Compatible with Unity 3.5,Unity 4 and Unity 5
• It's Fast, even on mobile devices • Significantly faster and uses much less memory compared to JSON and XML serialization • No Coding Required using Playmaker • Full Playmaker Support • Encrypt save data efficiently and securely • Obfuscation for fast data scrambling • Powerful Features including Tags and File IO • Save and Load from Web using MySQL & PHP Integration • Full Reference, Examples & Customer Support • Dedicated Forum for Questions • Serialize almost any type
Redis
Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs.
redisU (Beta) or 'redis Unity' is a free open source client for Redis 2.2.10 that is compatible with Unity3D.
MySql
The world's most popular open source database
PostgreSql
The world's most advanced open source database
MyBatis
TheHunter/PersistentLayer
This is a DAL infrastructure which exposes contracts (interfaces and abstract classes), which defines default policies for making CRUD operations on any KIND of data store.
StackExchange/dapper-dot-net
Dapper - a simple object mapper for .Net
longshine/EasyDb.NET
EasyDb.NET - An Easy Database Helper (Typed Query & Simple ORM) for .NET EasyDb.NET is a simple project that helps you with features:
- Easy. IDbConnection is extended by a new interface IConnection with enhanced query methods. Similar code, different experience. Helper methods may still be used to get rid of the repeating trivia such as opening and closing connections and make coding clean and simple.
- Cross-database. EasyDb.NET works across all .NET ADO providers. Most times you don't need to concern details of DB specific differences since there is the hibernate-like dialecting.
- Typed query. Query results can be mapped into strongly typed or dynamic objects. ORMs can also be customized with help of Mapping attributes.
- Support OO-style Criterion query.
- Other features from Dapper. EasyDb.NET is internally driven by Dapper, an amazing project by Sam Saffron.
- Support .NET 2.0, 3.0, 3.5, 4.0.