golistic / pxmysql

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

feat(xmysql): manage collections using Schema object #63

Closed geertjanvdk closed 1 year ago

geertjanvdk commented 1 year ago

We add the following Schema-methods:

The names of the methods are inline with the MySQL X DevAPI

Resolves #56