An Ecto SQLite3 adapter.
0

Configure Feed

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

Fix typo in documentation (#172)

authored by

Rodolfo Carvalho and committed by
GitHub
(Jun 29, 2025, 7:44 AM -0500) 79d94c8b edb6e78f

+1 -1
+1 -1
lib/ecto/adapters/sqlite3/type_extension.ex
··· 9 9 10 10 @doc """ 11 11 Takes a primitive type and, if it knows how to decode it into an 12 - appropriate Elixir data structure, reutrns a two-element list in 12 + appropriate Elixir data structure, returns a two-element list in 13 13 the form `[(db_data :: any -> term), elixir_type :: atom]`. 14 14 15 15 The function that is the first element will be called whenever