SQLite works great as a single-access database, but becomes risky when used by multiple users at the same time. MySQL, Firebird, PostgreSQL, etc. Harder to deploy and just redundant for my use.
Ideally, I need a compact server with one EXE designed to run on low-level hardware (e.g. 128 MB RAM, 256 MB flash memory) that will work with SQLite, and is also available for Linux (and Windows, therefore I can use the same client-side code if clients prefer a regular PC.)
Do you know an application that meets these requirements?
source
share