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? #56

Open
insinfo opened this issue Jul 6, 2023 · 1 comment
Open

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

insinfo opened this issue Jul 6, 2023 · 1 comment

Comments

@insinfo
Copy link

insinfo commented Jul 6, 2023

@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
Copy link
Author

insinfo commented Dec 28, 2023

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

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

1 participant