ManagedSqlite
From Unify Community Wiki
(Difference between revisions)
m (→GitHub) |
m (remove extra '=' in title.) |
||
Line 2: | Line 2: | ||
The question "How can I get SQLITE to work with Unity" is an oft-asked question on the forums and the unity answers site. | The question "How can I get SQLITE to work with Unity" is an oft-asked question on the forums and the unity answers site. | ||
− | == Open Source | + | == Open Source == |
The currently most well known SQLite implementation that is written in C# is found here: https://code.google.com/p/csharp-sqlite | The currently most well known SQLite implementation that is written in C# is found here: https://code.google.com/p/csharp-sqlite |
Latest revision as of 16:04, 29 November 2013
Contents |
[edit] ManagedSQLite Implementations
The question "How can I get SQLITE to work with Unity" is an oft-asked question on the forums and the unity answers site.
[edit] Open Source
The currently most well known SQLite implementation that is written in C# is found here: https://code.google.com/p/csharp-sqlite
It's really only for the windows (DeskTop,WinPhone, WinRT, and Silverlight) version of .NET though.
[edit] Asset Store
There is a paid-for unity-specific port on the asset store by OrangeTree: https://www.assetstore.unity3d.com/#/content/4334
[edit] GitHub
There is a hacked version of the original port on github by Opless here: https://github.com/opless/csharp-sqlite
N.B. This is a hacky version to get working on mono (mac) which also happens to work to some degree on Unity. (28Nov2013)