schultek / stormberry

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

JOIN commands #75

Open playbott opened 7 months ago

playbott commented 7 months ago

Hi!

I'm trying to make a request using JOIN, I read about the @BindTo() annotation in the documentation, but I don't know how to execute the request. I couldn't find the necessary information in the package documentation.

Could you please help me?

Thank you!