Good embedded database for Qt? [closed]
Asked Answered
G

1

7

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.

Gravedigger answered 22/6, 2010 at 20:30 Comment(0)
N
7

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:

Nagel answered 23/6, 2010 at 3:24 Comment(2)
Do you know any good open source db with more strict typing then SQLite that can be used with Qt? thxLi
@Invader I'm not aware of any. I'm closely watching realm.io to see if it will eventually support QTNagel

© 2022 - 2024 — McMap. All rights reserved.