Skip to content

Instantly share code, notes, and snippets.

@x0bandeira
Created November 28, 2014 18:01
Show Gist options
  • Save x0bandeira/900ca60813dd6c5eb7f7 to your computer and use it in GitHub Desktop.
Save x0bandeira/900ca60813dd6c5eb7f7 to your computer and use it in GitHub Desktop.
Uniqush MySQL driver
  • DatabaseConfig.Engine should control which engine is initialized for pushDatabaseOpts, and not be validated inside the engine driver as it currently is
  • why should the db wrapper (pushDatabaseOpts) control locks when each engine has different lock mechanisms and requirements that may or may not allow things to be written and read at the same time. Shouldn't that go into the engine driver?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment