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
@adamlofts@gmpassos
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'm working on porting applications made in PHP that use eloquent and PostgreSql to dart, I had to port eloquent, at the moment it already works well with PostgreSQL for the query builder but I would love to have support for MySQl working too
I started using eloquent_dart in a production application, apparently everything is fine
@adamlofts @gmpassos
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'm working on porting applications made in PHP that use eloquent and PostgreSql to dart, I had to port eloquent, at the moment it already works well with PostgreSQL for the query builder but I would love to have support for MySQl working too
I started using eloquent_dart in a production application, apparently everything is fine
https://laravel.com/docs/5.2/eloquent
The text was updated successfully, but these errors were encountered: