ecto_sqlite3
ecto_sqlite3 copied to clipboard
Implement array support using json
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.