Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要最少存储空间的小项目。所以我选择 SQLite3。我对LINQ不太熟悉。我注意到 DBLinq 支持 Linq。但我不确定它是否支持 SQLite3,因为 DBLinq 很久以前就放弃了开发。
“官方” SQLite ADO.NET 提供程序支持 LINQ。