Hummm… Ok, so I will add to the scope..
The aim is to build a "in-house webapp server" based on a Raspberry Pi 3B booting from an HDD.
The MAX number of users will be…. drumm roll… 2, maybe 4, IN-HOUSE, Local LAN, at least as a starting point. Later on, if needed be, will scale it as needed.
BD Wise, I Don't see to much need for pooling, from the starting point, but again, if needed be, I may include that from ground zero.
It will be mainly a managegem webapp, so not that many connections/sec or /min, and the DB will also contain not that many tables, maibe at most 20, and a very few BLOBs…
So, this is the scope… my goal is to be able to develop all on one machine, DB included, and then just "zip it up" to the RPi…
Can it be done? Tips, Tools, etc are welcome!