Replies: 1 comment
-
|
@delaneyj this is a postgres only library, being based on slonik. I've never used cockroach so can't speak to what would/wouldn't work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Per the example was able to get working in Postgres no problem. Goes from
QueryResultType<any>to proper type. However even though the types appear to be generated correctly the result when using Cockroach always seem to beQueryResultType<ExternalQueryResultRowType>. Any ideas how to fix this?Beta Was this translation helpful? Give feedback.
All reactions