除了 SQL 之外,还可以与 .Net 框架一起使用的关系数据库选项(可能使用 Linq)?

发布于 2024-07-19 04:28:09 字数 96 浏览 7 评论 0原文

正是标题所说的......除了 SQL Server DB 之外,对关系数据库实现的其他好选择的任何想法。

.Net Framework 也必须能够与其通信。

Exactly what the title says...........any thoughts on other good options for relational database implementation aside from SQL Server DB's.

It's necessary for the .Net Framework to be able to communicate with it also.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

月光色 2024-07-26 04:28:09

Oracle、Postgres、MySql...这样的例子不胜枚举....

NET 有用于与 SqlServer 通信的本机库,但您可以连接到 Windows 下任何具有 ODBC/OLEDB 支持的数据库。

Oracle, Postgres, MySql... the list goes on...

.NET has native libraries for communicating with SqlServer but you can connect to any DB that has ODBC/OLEDB Support under windows.

旧时模样 2024-07-26 04:28:09

根据您的需要,您可以使用 Oracle、Firebird SQL、SQLite、MySQL、BerkeleyDB 或其他一些数据库。

Depending on what you need it to do, you could use Oracle, Firebird SQL, SQLite, MySQL, BerkeleyDB or a good few others.

忆依然 2024-07-26 04:28:09

其中很多:FirebirdPostgreSQL, SQLite, MySQL 等等。

不过,不知道那里是否支持 LINQ。

Plenty of those: Firebird, PostgreSQL, SQLite, MySQL to name a few.

Don't know about LINQ support over there, though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文