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
Sqlite.Ecto does not support arbitrary prefixes by default. In order to do so, it would need to support the ATTACH DATABASE command -- probably as a config option. Need to look into it and experiment with the feasibility.
Sqlite.Ecto does not support arbitrary prefixes by default. In order to do so, it would need to support the
ATTACH DATABASE
command -- probably as a config option. Need to look into it and experiment with the feasibility.See: https://www.sqlite.org/lang_attach.html
The text was updated successfully, but these errors were encountered: