PINE64
Native apps using local mysql server or equivalent - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Native apps using local mysql server or equivalent (/showthread.php?tid=13151)



Native apps using local mysql server or equivalent - rbclemen - 02-17-2021

I have ordered a Pinephone and I am looking to experiment with writing apps for Linux devices. 

One question that I cannot seem to find any mention of in the forum--Would a program that relies on a locally running MySQL backend be at all practical?


RE: Native apps using local mysql server or equivalent - evilbunny - 02-17-2021

(02-17-2021, 05:55 PM)rbclemen Wrote: I have ordered a Pinephone and I am looking to experiment with writing apps for Linux devices. 

One question that I cannot seem to find any mention of in the forum--Would a program that relies on a locally running MySQL backend be at all practical?

Apps tend to use sqlite because it has a much smaller resource footprint.


RE: Native apps using local mysql server or equivalent - rbclemen - 02-18-2021

Thank you. I will look into it. It is probably sufficient for my initial requirements