Replies: 1 comment 21 replies
-
Hey @tasn, you mean PostgreSQL array in general? It's still work in progress, check
Btw... are you trying to get an array of strings from the db? For example, loading it into a Model like pub struct Model {
pub strings: Vec<String>,
...
} |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can't find anything that references them in the code. How do I load them? Query them?
Beta Was this translation helpful? Give feedback.
All reactions