stormberry
stormberry copied to clipboard
Access your postgres database effortlessly from dart code.
A simple reproducible example is: ``` @Model() abstract class Foo { @PrimaryKey() String get id; List get bars; } @Model() abstract class Bar { @PrimaryKey() String get id; } ```...
I have an email field but stormberry is replacing @ by @@ which make the email not usable ^^  one. When occur any issue like passing wrong column name or smthg like...