-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modules with mnesia and odbc backends unifications #123
Comments
mod_private(_odbc) is too small for this. |
I know it's small but is that a reason not to unify the logic and keep it duplicated? |
PRs for:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All modules storing data in mnesia or odbc have two version now (named with _odbc suffix or without). The common logic of these modules should be left in the original module and all backend related operations like read/write/update should be moved to some backend modules. Good example of similar solution are session backends (mnesia and redis).
Candidates for such a unification:
The text was updated successfully, but these errors were encountered: