golistic / pxmysql

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

Adding method to xmysql.Schema to retrieve underlying session #67

Closed geertjanvdk closed 1 year ago

geertjanvdk commented 1 year ago

User Story

As a developer working with the Schema type, I want to have a GetSession method available in the Schema type, So that I can retrieve the underlying session object when necessary.

Acceptance Criteria

Value

By adding the GetSession method to the Schema type, we provide developers with a convenient way to access the underlying session object when needed. It is also inline with the MySQL X DevAPI.