Page 1 of 1

QxEntityEditor: import from C++ code?

PostPosted: Sat Aug 13, 2016 1:18 pm
by gianks
Hi all,
this is following my previous question, so i'm giving a try now to create the DB from the editor instead of using create_table.

My problem is importing my design since as i can see it's possible just from a DB... but this i'm going to loose any relationship defined and working in the code!
Is there any solution to this? Can i import my C++ classes in such way?
I've also seen is possible to import JSON files... is possible to dump all the entities to a JSON description with all the FK from the code?

Thanks a lot
Gianks

Re: QxEntityEditor: import from C++ code?

PostPosted: Tue Aug 16, 2016 7:36 am
by qxorm
Hello,

is possible to dump all the entities to a JSON description with all the FK from the code?

From the C++ code : no this is not possible.

QxEntityEditor can import a project from a database schema, and from a JSON file, not from C++ code.

Note : this is more a QxEntityEditor question, so please next time, put your question on the QxEntityEditor forum section.

Re: QxEntityEditor: import from C++ code?

PostPosted: Mon Aug 22, 2016 8:02 pm
by gianks
Thanks, will do!

Kind regards