sqlite

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

sqlite

Post by grimblefritz » 2016-01-11 14:05

Is there any consideration for supporting sqlite? For small systems it offers a few key advantages:

1. No server (service) required
2. No special db setup
3. Simple to backup

I've run it on systems with well over 10K records and performance is on par with mysql. While not as robust as mysql, I think for the typical AG app such "robust" features are neither used nor needed.

Ola Yakout
AppGini Intern
Posts: 19
Joined: 2016-02-07 13:24

Re: sqlite

Post by Ola Yakout » 2016-02-09 11:58

Currently , AppGini supports MySQL db. But , if you have php experience you can support sqlite by customizing "db.php".We'll consider implementing it in future releases.

SkayyHH
Veteran Member
Posts: 425
Joined: 2015-04-27 21:18

Re: sqlite

Post by SkayyHH » 2021-11-14 20:43

I would like to pick up on this again. Maybe someone has a db.php that enables the appgini app with sqlite?

Thanks much, Kai

Post Reply