Monthly Archives: January 2015

Running MySQL with <16MB memory in an ARM processor

In many small embedded systems it doesn’t make much sense to have a powerful Relational Data Base Management System (RDBMS) such as MySQL because there is only one application that access the database or one that writes and one/many that reads. In these cases, the best option is SQLite that is may be the widest… Read More »