From 35a201cc8ef0c3f5b2df88d2e528aabee1048348 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 18:47:09 +0200 Subject: Initial/Final commit --- README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8f163c2 --- /dev/null +++ b/README.txt @@ -0,0 +1,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. -- cgit v1.2.3