Qt的好的嵌入式数据库? [英] Good embedded database for Qt?

查看:176
本文介绍了Qt的好的嵌入式数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找好的嵌入式数据库,我可以使用Qt开发的应用程序。应用程序针对单个大公司的各个网站的桌面用户。

I am looking for good embedded database that i can use for application developed using Qt. The applications target desktop users from various sites of a single large company. The database should be able to store data separately at each site and the data shall be merged with other sites as and when it is required.

推荐答案

数据库应该能够在每个站点单独存储数据,并且在需要时将数据与其他站点合并。

除了SQLite,以下任何内容都将与Qt作为嵌入式数据库。 Qt已经有大多数的驱动程序,你可以找到驱动程序为他人。在合并数据与其他网站,这一切都取决于你的意思是什么。 SQLite和MySQL Embedded的复制解决方案可能不是很好(或根本不存在)。我可能会和Firebird或Berkley一起去。

Besides SQLite, any of the following will work with Qt as an embedded database. Qt already has drivers for most of them, and you can find drivers for others. In terms of merging data "with other sites", it all depends on what you mean by this. Replication solutions for SQLite and MySQL Embedded may not be great (or exist at all). I would probably go with Firebird or Berkley.

  • Firebird
  • MySQL Embedded
  • Berkley DB - Qt plugin can be found at http://sourceforge.net/projects/qbdb/

如果感兴趣,可以在以下链接中找到有关各种复制支持的更多信息:

If interested you can find more information on various replication support at the following links:

  • http://www.firebirdfaq.org/faq249/
  • https://docs.oracle.com/cd/E17276_01/html/programmer_reference/rep.html
  • http://hrivnac.web.cern.ch/hrivnac/Activities/Packages/Octopus/

这篇关于Qt的好的嵌入式数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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