Skip to content
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

MariaDB in README #300

Open
robertsilen opened this issue May 29, 2024 · 2 comments
Open

MariaDB in README #300

robertsilen opened this issue May 29, 2024 · 2 comments

Comments

@robertsilen
Copy link
Contributor

robertsilen commented May 29, 2024

Any reason MariaDB is not mentioned in the list of databases in the README? Could it be added?

@brandond
Copy link
Member

brandond commented May 29, 2024

We're kinda just listing the backend drivers that we support:

SQLiteBackend = "sqlite"
DQLiteBackend = "dqlite"
ETCDBackend = "etcd3"
JetStreamBackend = "jetstream"
NATSBackend = "nats"
MySQLBackend = "mysql"
PostgresBackend = "postgres"

Since there is no mariadb-specific driver, we don't call it out. If you wanted to open a PR to call it mysql/mariadb in the readme that would probably be accepted.

@robertsilen
Copy link
Contributor Author

Thanks @brandond , makes sense, I opened PR #303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants