-
|
Hi there, |
Beta Was this translation helpful? Give feedback.
Answered by
fnc12
Aug 20, 2021
Replies: 1 comment 5 replies
-
|
@FalloutST how would you implement it in raw sqlite? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you may add bindings for
std::array. There are no bindings forstd::arrayout of box cause nobody knows how everybody wants to encode some array data into column: json, xml or something custom. When you say 'I miss %some_field_type% support' you need to understand how would you store it using raw sqlite first: how would you insert it (as string, as blob, if string then what format) and how would you select it. I don't know how you want to do it. Moreover somebody else will want to usingstd::arrayin a different way