MariaDB / mariadb_kernel

A MariaDB Jupyter kernel
BSD 3-Clause "New" or "Revised" License
30 stars 20 forks source link

It would be nice to support other MySQL compatible servers #41

Closed sunxiaoguang closed 1 year ago

sunxiaoguang commented 2 years ago

Looks like we can't connect to other types of MySQL compatible servers at this time. I have created a PR to let users configure their server name to MySQL.

grooverdan commented 2 years ago

I think a better strategy is to remove the mariadb client based connector and use a real python connector (like #27).

robertbindar commented 2 years ago

New MariaDBClient implementation based on a proper python connector (plus config option) is the ideal solution. Given nobody probably has time to implement that now, @sunxiaoguang fix is just excellent and highly appreciated!

LinuxJedi commented 1 year ago

Closing this as #40 is merged. But we should definitely consider #27 too.