We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed last year.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
除了 SQLite 之外,以下任何一种都可以将 Qt 作为嵌入式数据库使用。 Qt 已经为其中大多数提供了 驱动程序,您可以找到驱动程序对于其他人。就“与其他站点”合并数据而言,这完全取决于您的意思。 SQLite 和 MySQL Embedded 的复制解决方案可能不是很好(或者根本不存在)。我可能会选择火鸟或伯克利。
如果有兴趣,您可以在以下链接找到有关各种复制支持的更多信息:
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.
If interested you can find more information on various replication support at the following links: