LINQ 与 SQLite (linqtosql)

2023-10-10数据库问题
2

本文介绍了LINQ 与 SQLite (linqtosql)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我有一个需要存储的小项目(我选择 SQLite),我使用 ADO DLL for .Sqlite 网络.

I have a small project that require a storage (I choose SQLite) and I got good result with the ADO DLL for .Net for Sqlite.

安装后,我注意到它包含一个 SQLLinq.dll.在研究太多努力之前,因为我在网上没有看到任何好的例子,我想知道有没有人用 SQLite 和 LINQ 得到好的结果?

After the Install, I noticed that it contain a SQLLinq.dll. Before investigating too much effort, and because I haven't see any good example on the web, I would like to know if anyone got any good result with SQLite and LINQ?

*如果 linqtosql 的工作方式与 SQL 数据库相同,请告诉我.当我看到它时,我对 Dll 很感兴趣,因为我之前从未使用过 Linqtosql,我认为这是一个尝试的好机会,

*If linqtosql work the same way what ever the SQL database, let me know it. I was interesting with the Dll when I saw it because I never use Linqtosql before and I thought it would be a great opportunity to try,

推荐答案

我最近发现了 DBLinq,在其他数据库中支持 SQLite:

I've recently discovered DBLinq, which supports SQLite among other DB:

这篇关于LINQ 与 SQLite (linqtosql)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

SQL 子句“GROUP BY 1"是什么意思?意思是?
What does SQL clause quot;GROUP BY 1quot; mean?(SQL 子句“GROUP BY 1是什么意思?意思是?)...
2024-04-16 数据库问题
62

如何在MySQL中为每个组选择第一行?
How to select the first row for each group in MySQL?(如何在MySQL中为每个组选择第一行?)...
2024-04-16 数据库问题
13

MySQL - 获取最低值
MySQL - Fetching lowest value(MySQL - 获取最低值)...
2024-04-16 数据库问题
8

在 cmakelist.txt 中添加和链接 mysql 库
Add and link mysql libraries in a cmakelist.txt(在 cmakelist.txt 中添加和链接 mysql 库)...
2024-04-16 数据库问题
41

考勤数据库的良好数据库设计(架构)是什么?
What is a good database design (schema) for a attendance database?(考勤数据库的良好数据库设计(架构)是什么?)...
2024-04-16 数据库问题
7

子类型的表关系
Table relationship for subtypes(子类型的表关系)...
2024-04-16 数据库问题
10