-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
Description
The current code layout has evolved in a somewhat haphazard way. To make it more internally consistent and easier for new contributors to get involved, I propose reorganising it as follows:
MySqlConnector
MySql.Data.MySqlClient
- only types necessary to clone Connector/NET public APIProtocol
- enums, constants, etc. defined in the MySQL protocolPayloads
- types representing individual payloadsSerialization
- reading/writing packets & payloads
?
- ADO.NET implementation helpers, MySqlSession, MySqlParser, MySqlXaTransaction, etc.Utility
- general-purpose code, extension methods
Metadata
Metadata
Assignees
Labels
No labels