## Motivations - reduce binary size - try to avoid the impact of new engines on existing engines ## Solution use cargo features, compile like: ``` cargo build --release --features='mysql,pg' ```