应用SqlitePCL应该注意的问题

如果使用sqlitePCL对一个Portable的工程进行sqlite操作,记得两点:

  1. 把这个Project所在的Solution下的全部Project(至少是调用sqlitePCL的)都应用上sqlite的Nuget。

  2. 加入sqlite3.dll到工程的根目录下,属性Content & copy Always。

不然很可能会出现下面的问题:

A sqlite Wrapper assembly for the current platform was not found. Ensure that the current project references both sqlitePCL and the following platform-specific assembly: sqlitePCL.Ext.

相关文章

SQLite架构简单,又有Json计算能力,有时会承担Json文件/RES...
使用Python操作内置数据库SQLite以及MySQL数据库。
破解微信数据库密码,用python导出微信聊天记录
(Unity)SQLite 是一个软件库,实现了自给自足的、无服务器...
安卓开发,利用SQLite实现登陆注册功能