Motivation
I want to be able to use sea-query to build SQL statements that use array parameters using the rusqlite array feature. https://docs.rs/rusqlite/latest/rusqlite/vtab/array/index.html.
Instead of having an SQL statement that is different for every number of values in a list it should pass the whole list as a single parameter.
Proposed Solutions
Similar to the postgres array support.
Motivation
I want to be able to use sea-query to build SQL statements that use array parameters using the rusqlite array feature. https://docs.rs/rusqlite/latest/rusqlite/vtab/array/index.html.
Instead of having an SQL statement that is different for every number of values in a list it should pass the whole list as a single parameter.
Proposed Solutions
Similar to the postgres array support.