Open AstraLuma opened 2 years ago
Bedrock supports the MySQL protocol - already supported on essentially every major platform.
Do we need a native client library?
You can use the SQLite dialect over the MySQL wire protocol (if you have the appropriate plugin), but that doesn't give you access to the other plugins.
Something that seems to be missing is a proper protocol description?
It makes it more difficult to write client libraries without this.