Replies: 1 comment 2 replies
-
I like the way I personally don't see much value in adding Of course, I'd like to hear as many opinions on this as possible so we get a full picture 😄 |
Beta Was this translation helpful? Give feedback.
-
I like the way I personally don't see much value in adding Of course, I'd like to hear as many opinions on this as possible so we get a full picture 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our API is similar to
postgres
one:But other API exists.
diesel
:.optional()
: handleNotFound
as an optional type instead of an error mixed with otherssqlx
:Should we check that only one row is returned as
postgres
does, or should we return only the first row? Maybe have both one and first ? Should we provide an optional variant or always return an option and let the user deal with it as the standard API does?Beta Was this translation helpful? Give feedback.
All reactions