You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a lot of configuration options for Sqlite3 which I want to expose to an underlying raw Sqlite3 library, not the Ecto adapter itself.
I want to avoid Mix.Config since it's now deprecated (in Elixir 1.9). I'm gonna experiment in my repo with a process dictionary configuration, or GenServer state. Not yet determined.
I am not interested in supporting very old Elixir versions, not to mention that one of the Sqlitex dependencies mandates Elixir 1.7 anyway.
sounds like you want to put it in the README for the project, not so?
The text was updated successfully, but these errors were encountered:
is this the roadmap?
sounds like you want to put it in the README for the project, not so?
The text was updated successfully, but these errors were encountered: