Realm database in Qt. How?
-
Hi,
You should give more details about that database. At the very least a link to its description/documentation.
If it's a SQL type of database, you will have to implement your own QSqlDriver.
-
Hello all!
I am seeking any info about Realm Database implementation in QT project and building it for mobile. Does anyone know anything about it?@bogong said in Realm database in Qt. How?:
Realm Database implementation in QT project
no c++ API yet
https://github.com/realm/realm-core/issues/1954 -
Hi,
You should give more details about that database. At the very least a link to its description/documentation.
If it's a SQL type of database, you will have to implement your own QSqlDriver.
-
@bogong said in Realm database in Qt. How?:
Realm Database implementation in QT project
no c++ API yet
https://github.com/realm/realm-core/issues/1954@LeLev Really very strange!!! The realm DB itself written on C++. There are upvoting for developing C++ API for Realm DB if you are interested in it upvote it please https://github.com/realm/realm-core/issues/1954.
-