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 Support #51

Closed
rkanagaraj opened this issue Aug 28, 2022 · 4 comments
Closed

Mariadb Support #51

rkanagaraj opened this issue Aug 28, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@rkanagaraj
Copy link

Hai,
Can you help me out, how can use with Mariadb.....

@billywhizz
Copy link
Contributor

hi @rkanagaraj. there is no mysql/mariadb driver implemented currently so someone would have to write a wrapper around an existing C library. currently, there are only limited and partially implemented drivers for SQLite, Postgres, Rocksdb, DuckDB which you can find here.

@rkanagaraj
Copy link
Author

Thank you for reply...keep rock....

@rkanagaraj
Copy link
Author

Right now I am using php swoole for my production, I have developed own framework for application backend to talk with mariadb where front end is nuxtjs... I wanna develop my next one with just js for flutter front end.

@ramezrafla
Copy link

@billywhizz

There is a nice example of mariadb c connector in action here. Now they don't cache the connection like you do in pg.cc. How hard do you think it will be to migrate this to Just? Some direction would be appreciated (which module to use as base etc.)

@billywhizz billywhizz added the enhancement New feature or request label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants