SQLite4Unity3d - 一个基于 SQLite-net的为Unity 量身打造的数据库工具包

简介:

SQLite4Unity3d, a plugin that helps you to use SQLite in your Unity3d projects in a clear and easy way and works in iOS, Mac, Android and Windows projects.
- 一个方便清晰明了简单的 SQLite 操作工具包,支持在 iOS, Mac, Android and Windows工程中使用。


It uses the great sqlite-net library as a base so you will have Linq besides sql. For a further reference on what possibilities you have available with this library I encourage you to visit its github repository.
-该仓库基于棒棒的sqlite-net ,所以你可以使用熟悉的Linq 语法来操作 SQLite啦,更多API请访问 sqlite-net哈。

Note: SQLite4Unity3d uses only the synchronous part of sqlite-net, so all the calls to the database are synchronous.
- 使用非异步操作API。

 

功能:

  • 新建/删除 db.
  • SQLite 增删改查。
  • SQLite - net 非异步API 特性支持。
  • 拷贝一丢丢代码出来晒晒太阳。

使用:

下载工程,打开demo即可测试


 

下载地址:

https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.39af1debAcyfV0&ft=t&id=605148134210

 

posted on 2018-04-07 22:20  jiahuafu  阅读(1297)  评论(0编辑  收藏  举报

导航