sqlite_ecto icon indicating copy to clipboard operation
sqlite_ecto copied to clipboard

SQLite Attached Databases

Open jazzyb opened this issue 9 years ago • 0 comments

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

jazzyb avatar Nov 05 '15 22:11 jazzyb