Skip to content

[Feature] use cargo feature to manage db engine #392

@caiq1nyu

Description

@caiq1nyu

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'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions