免费的便携式数据库

发布于 2024-07-14 06:58:36 字数 1542 浏览 7 评论 0原文

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

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

发布评论

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

评论(8

凉薄对峙 2024-07-21 06:58:36

SQLite:

独立、无服务器、
零配置、事务性 SQL
数据库引擎。 SQLite 是最
广泛部署的 SQL 数据库引擎
世界。 SQLite 的源代码
属于公共领域。

-亚当

SQLite:

self-contained, serverless,
zero-configuration, transactional SQL
database engine. SQLite is the most
widely deployed SQL database engine in
the world. The source code for SQLite
is in the public domain.

-Adam

豆芽 2024-07-21 06:58:36

嵌入式 Firebird

关于:

Firebird 是一个开源关系型数据库
提供许多 ANSI SQL-99 的数据库
可在 Linux、Windows 上运行的功能,
以及各种Unix平台。
Firebird提供出色的并发性,
高性能、强大的语言
支持存储过程和
触发器。

Firebird embedded

About:

Firebird is an open source relational
database offering many ANSI SQL-99
features that runs on Linux, Windows,
and a variety of Unix platforms.
Firebird offers excellent concurrency,
high performance, powerful language
support for stored procedures and
triggers.

狼性发作 2024-07-21 06:58:36

如果您使用 Java,HSQLDB 可能比较合适。 否则,SQLite。

If you're working in Java, HSQLDB might be a good fit. Otherwise, SQLite.

预谋 2024-07-21 06:58:36

不确定它是否满足免安装要求,但如果您需要的不仅仅是 SQLite,请检查 Apache Derby

Not sure it meets the no install requirement but if you need more than SQLite check Apache Derby.

七堇年 2024-07-21 06:58:36

根据您的问题,您可以考虑 Ms Access。

您可以通过 Windows XP 及更高版本上安装的 Jet 引擎连接到 Access 数据库。

自 v2002 起,它兼容 SQL 92(如 Microsoft 声明)。

Depending on your problem, you may consider Ms Access.

You can connect to Access database through Jet engine which is installed on Windows XP and newer.

Since v2002 it is SQL 92 compliant (as Microsoft claims).

走走停停 2024-07-21 06:58:36

东京内阁将是一个很好的候选者,但它不是关系性的(所以没有SQL)。
鉴于您没有那么多记录,也许完整的关系数据库无法满足您的需求。 或不,当然,这取决于您的应用程序。

Tokyo Cabinet would be a good candidate, except it isn't relational (so no SQL).
Given you don't have so many records, maybe a full relational database is overkill for your needs. Or not, it depends on your application, of course.

跨年 2024-07-21 06:58:36

编辑:哎呀,显然我的意思是 SQL Compact,不是 express

Edit: Ooops, apparently I meant SQL Compact, not express

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