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

Add a distinced Backend for MariaDb #1882

Open
johnkarasev opened this Issue Oct 12, 2018 · 2 comments

Comments

Projects
None yet
3 participants
@johnkarasev

johnkarasev commented Oct 12, 2018

Just wondering if diesel supports MariaDB.

@weiznich

This comment has been minimized.

Contributor

weiznich commented Oct 12, 2018

MariaDB is more or less supported through the MySql backend.

In the long term we want to add a distinct MariaDB backend that shares most of it implementation with the existing MySql backend.

If anyone is willing working on this feel free to claim that issue or drop a message on gitter.

(Changed the title of the issue to make more clear that we want to add a distinct backend.)

@weiznich weiznich changed the title from Is MariaDB supported? to Add a distinced Backend for MariaDb Oct 12, 2018

@virome

This comment has been minimized.

Contributor

virome commented Oct 27, 2018

Spoke with weiznich on gitter and I'll be working on this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment