schultek / stormberry

Access your postgres database effortlessly from dart code.
https://pub.dev/packages/stormberry
MIT License
66 stars 16 forks source link

Connection pool support #5

Open jaumard opened 2 years ago

jaumard commented 2 years ago

Hey, I'm checking for a Postgres ORM and found your package, really like your approach. The query capabilities are quite light for now, having something like users..where.id.equals(10)..where.name.like('%Jim') a bit like what angel3_orm is doing is quite nice imho.

I don't see any support for connection pool, is it something you will consider? Would you accept pull request?

schultek commented 2 years ago

Yes I'm happy about any contribution. Feel free to open a pull request.