golistic / pxmysql

Go MySQL driver using X Protocol
MIT License
14 stars 0 forks source link

Use getter-naming schema to GetSession and GetSchema #64

Closed geertjanvdk closed 1 year ago

geertjanvdk commented 1 year ago

We currently use xmysql.CreateSession and Session.Schema. It would be good to stick with the MySQL X DevAPI naming conventions and use xmysql.GetSession and Session.GetSchema.

geertjanvdk commented 1 year ago

This is a breaking change, but we allow it in the pre-releases without keeping backward compatibility.