Lets the user configure how they'd like to encode the datetime fields. The 2 accepted values are :iso8601 (current behaviour) and :text_datetime (not 100% sure about the name, please let me know if you'd it changed). Defaults to the current iso8601 encoding for backwards compatibility.
Attempting to solve https://github.com/elixir-sqlite/ecto_sqlite3/issues/74.
Lets the user configure how they'd like to encode the datetime fields. The 2 accepted values are
:iso8601
(current behaviour) and:text_datetime
(not 100% sure about the name, please let me know if you'd it changed). Defaults to the current iso8601 encoding for backwards compatibility.