加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

有SQLite的.NET/C#包装吗?

发布时间:2020-12-12 19:24:07 所属栏目:百科 来源:网络整理
导读:我喜欢从C#.Net中使用SQLite,但我似乎找不到一个合适的库。有没有一个?官方一个?有没有其他方法使用SQLite比使用包装器? 从 http://system.data.sqlite.org: System.Data.SQLite is an ADO.NET adapter for SQLite. System.Data.SQLite was started by
我喜欢从C#.Net中使用SQLite,但我似乎找不到一个合适的库。有没有一个?官方一个?有没有其他方法使用SQLite比使用包装器? 从 http://system.data.sqlite.org:

System.Data.SQLite is an ADO.NET adapter for SQLite.

System.Data.SQLite was started by Robert Simpson. Robert still has commit privileges on this repository but is no longer an active contributor. Development and maintenance work is now mostly performed by the SQLite Development Team. The SQLite team is committed to supporting System.Data.SQLite long-term.

“System.Data.SQLite是原始的SQLite数据库引擎和一个完整的ADO.NET 2.0提供程序,所有卷成一个单一的混合模式程序集,它是一个完整的drop-in替换原来的sqlite3.dll(你甚至可以重命名为sqlite3.dll)。与正常的混合程序集不同,它对.NET运行时没有链接器依赖,所以它可以独立于.NET分发。

它甚至支持单声道。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读