jupyter-xeus / xeus-sql

Jupyter kernel for SQL databases
https://xeus-sql.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

MariaDB? #87

Open robertsilen opened 1 month ago

robertsilen commented 1 month ago

Any reason for not mentioning MariaDB in your README or in the blog https://blog.jupyter.org/an-sql-solution-for-jupyter-ef4a00a0d925? Should/could MariaDB be added as supported, or do you need assistance in adding it to a CI, etc?

marimeireles commented 1 month ago

We're building from SOCI here, so, we just support the DBs supported by them out of the box. If MariaDB has a C++ interface would be feasible to introduce it in the library.

robertsilen commented 1 month ago

Thank you for your reply. MariaDB has this C++ interface available: https://github.com/mariadb-corporation/mariadb-connector-cpp/ . I also asked SOCI about MariaDB, but that will naturally take longer: https://github.com/SOCI/soci/issues/1150