zim32 / mysql.dart

MySQL client for Dart written in Dart
BSD 3-Clause "New" or "Revised" License
64 stars 17 forks source link

Are you interested in helping porting PHP eloquent to dart? #56

Open insinfo opened 1 year ago

insinfo commented 1 year ago

@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

insinfo commented 6 months ago

now it is working with the drivers, dargres, postgres_fork (2.7), postgres (3.0) and mysql_client (0.0.27 )