sqlite_ecto
sqlite_ecto copied to clipboard
SQLite Attached Databases
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