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

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

Open
insinfo opened this issue Dec 28, 2023 · 3 comments
Open

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

insinfo opened this issue Dec 28, 2023 · 3 comments

Comments

@insinfo
Copy link

insinfo commented Dec 28, 2023

@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

@insinfo
Copy link
Author

insinfo commented Dec 28, 2023

now working with experimental dargres, postgres_fork (2.7), postgres (3.0) and mysql_client (0.0.27) drivers

@gmpassos
Copy link
Contributor

I don't have time for the next 90 days, but the project is interesting. I will try yo look the code and understand what is needed. Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants