SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

MariaDB backend? #1004

Closed Tectu closed 1 year ago

Tectu commented 1 year ago

Is it possible to use soci with a MariaDB database via the existing mysql backend?

vadz commented 1 year ago

Sorry, I don't know. I think it should be relatively straightforward to use it as it should be API-compatible, but I've never done it myself (and, to be honest, don't plan to).

Tectu commented 1 year ago

I was just about to dive into this by first testing whether the MySQL backend is sufficiently compatible and eventually implementing a MariaDB backend. However, the project direction has changed in the meantime...

As I (un)fortunately won't be involved in anything related to SOCI+MariaDB I'll close this issue. Future developers might want to re-open this on demand.