aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 8f163c2e6677ac00a054ae0b56ceded15b1f0264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.