Oh yeah, i overlooked the net library, thanks a lot!
The SQL Libary is only for a local DB file or am i wrong? I mean i don’t think it would help me in my case because i want to use a MariaDB server, but can you set the library up for external use in the wiki aren’t any configuration options mentioned.
I think the SQL Library uses SQLite, which is a file based database. Transferring it over the network is simple as copying a file from an server to another, but manually manipulating the file while is being used by the library can cause problems.
A better solution is using Net Library to transfer the data between the servers and build a replica of your MariaDB structure using SQL Library.