jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Split axmysql into subpackages. #89

Closed jmalloc closed 6 years ago

jmalloc commented 6 years ago

This package contains the mysql-specific implementations of various interfaces used by Ax. As such, it has a lot of unrelated code in one location.

It'd be nice to split this up into sub-packages, but still make it obvious to the end-user that the implementations are MySQL-specific. Perhaps this is as simple as moving the implementations into into sub-packages, but retaining "constructor" functions in the axmysql package.