An Ecto SQLite3 adapter.
0

Configure Feed

Select the types of activity you want to include in your feed.

Set minimum exqlite version to 0.22

Matthew Johnston (May 27, 2024, 11:13 AM -0500) 4574a8a3 2b079acc

+1 -1
+1 -1
mix.exs
··· 37 37 {:decimal, "~> 1.6 or ~> 2.0"}, 38 38 {:ecto_sql, "~> 3.11"}, 39 39 {:ecto, "~> 3.11"}, 40 - {:exqlite, "~> 0.19"}, 40 + {:exqlite, "~> 0.22"}, 41 41 {:ex_doc, "~> 0.27", only: [:dev], runtime: false}, 42 42 {:jason, ">= 0.0.0", only: [:dev, :test, :docs]}, 43 43 {:temp, "~> 0.4", only: [:test]},