ecto_sqlite3 icon indicating copy to clipboard operation
ecto_sqlite3 copied to clipboard

Implement array support using json

Open LostKobrakai opened this issue 1 year ago • 1 comments

It seem like sqlite supports all the necessary features in json to support ecto array types. It would be nice especially for atomic updates where new rows are pushed.

LostKobrakai avatar Jun 21 '24 11:06 LostKobrakai