-
Notifications
You must be signed in to change notification settings - Fork 147
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
Support for alternative SQL engine providers #95
Comments
@mjaric Making EventStore back-end agnostic has been mentioned a few times (e.g. #22). The |
I would be interested to hear which alternative SQL databases people would like to use. Please feel free to add a comment, or +1, to this issue to show your interest. |
Cockroachdb should be the easiest one and it mimicks postgresql. |
SQLite would be great. |
YugaByteDB would be perfect. |
Also fan of SQLite support. For a server app where that's used for lightweight uses and ability to swap to Postgres if the workload demands it. |
Hi Guys,
Would be possible to add a layer where we could swap store providers? So instead of Postgrex, one could configure Tds or Mariaex.... I'm willing to contribute but I will need your guidance since I haven't scanned code yet.
Thanks
The text was updated successfully, but these errors were encountered: