Replies: 1 comment
-
I'm getting this same issue now, as I am trying to do a similar thing. Did you get anywhere with this? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I can successfully create code that reads data from Postgres database by following the explanation like [1]. The code looks like this
But I have a problem when attempting to wrap the code into a class. For instance,
This seems that it's related to [2], but I do not know to fix it. Any advice? Many thanks.
[1]. https://github.com/porsager/postgres?tab=readme-ov-file#usage
[2]. https://github.com/porsager/postgres?tab=readme-ov-file#quick-primer-on-interpolation
Beta Was this translation helpful? Give feedback.
All reactions