C program for populating a MySQL/MariaDB based on an xml backup from Django. This program is unlikely to be useful to you - it is only present in this repository to serve as part of my CV. This program builds for both Windows (with MinGW) and GNU/Linux. It utilizes libmariadbclient and libxml2 (included in this repository). Note that newer versions of mariadbclient use newer APIs and cannot be cross-compiled using current (as of 2021) MinGW. This program is Copyright by Wojtek Kosior, 2021, dual-licensed under: - 0BSD license or - GPLv3 (or, at your option, any later version) See into LICENSES/ for details.