An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.19.0

Matthew Johnston (Mar 18, 2025, 9:27 PM -0500) d108903e 40beb89e

+3 -1
+2
CHANGELOG.md
··· 6 6 project adheres to [Semantic Versioning][semver]. 7 7 8 8 ## Unreleased 9 + 10 + ## v0.19.0 9 11 - changed: Configurable encoding for `:map` and `:array`, allowing usage of SQLite's JSONB storage format. 10 12 11 13 ## v0.18.1
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.18.1" 4 + @version "0.19.0" 5 5 6 6 def project do 7 7 [