有没有一个.net / C#包装SQLite的? [英] Is there a .NET/C# wrapper for SQLite?

查看:252
本文介绍了有没有一个.net / C#包装SQLite的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用SQLite从C#.NET,但我似乎无法找到一个合适的库。有一?一位官员呢?是否有使用SQLite比包装别的办法吗?

I'd sort of like to use SQLite from within C#.Net, but I can't seem to find an appropriate library. Is there one? An official one? Are there other ways to use SQLite than with a wrapper?

推荐答案

http://system.data.sqlite.org

System.Data.SQLite是一个ADO.NET适配器SQLite的。

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

System.Data.SQLite是由罗伯特·辛普森开始。罗伯特仍然对这个库提交的权限,但已不再是一个积极的贡献者。开发和维护工作,现在主要由SQLite的开发团队完成。 SQLite的团队致力于支持System.Data.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供应商于一身的一个混合模式组件,它是一个完整的简易替换原始sqlite3.dll(你甚至可以其重命名为sqlite3.dll)。不同于一般的混合组件,它在.NET运行时没有任何链接的依赖,因此可以独立于.NET分布。

"System.Data.SQLite is the original SQLite database engine and a complete ADO.NET 2.0 provider all rolled into a single mixed mode assembly. It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll). Unlike normal mixed assemblies, it has no linker dependency on the .NET runtime so it can be distributed independently of .NET."

它甚至还支持单声道。

这篇关于有没有一个.net / C#包装SQLite的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆