An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.20.0

Matthew Johnston (Jun 21, 2025, 12:36 AM -0500) c80241fe be08b770

+3 -1
+2
CHANGELOG.md
··· 6 6 project adheres to [Semantic Versioning][semver]. 7 7 8 8 ## Unreleased 9 + 10 + ## v0.20.0 9 11 - added: Ecto [`identifier/1`](https://hexdocs.pm/ecto/Ecto.Query.API.html#identifier/1) support 10 12 - changed: Bump (and restrict) Ecto to `3.13.0` 11 13
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.19.0" 4 + @version "0.20.0" 5 5 6 6 def project do 7 7 [