You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm porting Eloquent 5.2 to dart and for that I implemented a PostgreSQL driver in pure dart called "dargres" and I wanted to know if you are interested in enabling MySQL support in this port that I'm doing
as I am working on porting applications made in PHP that make use of eloquent and PostgreSql to dart, I had to do this port of eloquent, at the moment it already works well with PostgreSQL for the query builder but I would love to have the support for MySQl working also
I started using eloquent in a production application apparently it's ok
@zim32 @dukefirehawk @fsw @hotdang-ca
I'm porting Eloquent 5.2 to dart and for that I implemented a PostgreSQL driver in pure dart called "dargres" and I wanted to know if you are interested in enabling MySQL support in this port that I'm doing
https://pub.dev/packages/dargres
https://github.com/insinfo/pg8000
https://pub.dev/packages/eloquent
https://github.com/insinfo/eloquent_dart
as I am working on porting applications made in PHP that make use of eloquent and PostgreSql to dart, I had to do this port of eloquent, at the moment it already works well with PostgreSQL for the query builder but I would love to have the support for MySQl working also
I started using eloquent in a production application apparently it's ok
https://laravel.com/docs/5.2/eloquent
The text was updated successfully, but these errors were encountered: