just icon indicating copy to clipboard operation
just copied to clipboard

Mariadb Support

Open rkanagaraj opened this issue 2 years ago • 4 comments

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

rkanagaraj avatar Aug 28 '22 18:08 rkanagaraj

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.

billywhizz avatar Aug 28 '22 19:08 billywhizz

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

rkanagaraj avatar Aug 30 '22 07:08 rkanagaraj

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.

rkanagaraj avatar Aug 30 '22 07:08 rkanagaraj

@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.)

ramezrafla avatar Sep 13 '22 18:09 ramezrafla