elixir-sqlite / ecto_sqlite3

An Ecto SQLite3 adapter.
https://hexdocs.pm/ecto_sqlite3
MIT License
300 stars 45 forks source link

Implement array support using json #145

Open LostKobrakai opened 5 months ago

LostKobrakai commented 5 months ago

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.

warmwaffles commented 5 months ago

Yes.