有SQLite的.NET / C#包装吗? [英] Is there a .NET/C# wrapper for SQLite?

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

问题描述

我喜欢从C#.Net中使用SQLite,但我似乎找不到一个合适的库。有没有一个?官方一个?是否还有其他方法使用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是适用于SQLite的ADO.NET适配器。

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

System.Data.SQLite由Robert Simpson启动。 Robert仍然对此存储库具有提交权限,但不再是主动贡献者。开发和维护工作现在主要由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."

它甚至支持mono。

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

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