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
I cannot run sea-orm-cli with feature codegen without sqlite as a dependency. I do not want to pull in sqlite, I am using codegen with postgres. There is no way to remove the dependency.
Steps to Reproduce
Add sea-orm-cli to any crate with feature codegen.
Look at cargo.lock
Expected Behavior
I want to be able to deselect the sqlx-sqlite dependency.
It stems from the feature dependency on sea-schema:
Description
I cannot run sea-orm-cli with feature codegen without sqlite as a dependency. I do not want to pull in sqlite, I am using codegen with postgres. There is no way to remove the dependency.
Steps to Reproduce
Add sea-orm-cli to any crate with feature codegen.
Look at cargo.lock
Expected Behavior
I want to be able to deselect the sqlx-sqlite dependency.
It stems from the feature dependency on sea-schema:
codegen (default)
sea-orm-codegen (default)
sea-schema/sqlx-all (default)
The text was updated successfully, but these errors were encountered: