import from SQL

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

import from SQL

Post by grimblefritz » 2016-03-09 18:30

It would be useful if AppGini could read a SQL export file, such as from phpmysql or similar, and use it to populate tables and fields. (Ok, I guess that's a feature request.)

In the meantime, I was wondering if anyone has tackled the task of converting such a SQL file directly into the AG .axp format?

eagle
Veteran Member
Posts: 39
Joined: 2013-01-09 15:38

Re: import from SQL

Post by eagle » 2016-03-10 08:22

Does not AppGini > File > Import do this for you?

grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

Re: import from SQL

Post by grimblefritz » 2016-03-11 02:57

That imports from a sql database connection, not from a .sql file.

Post Reply