Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run sea-orm-cli with feature codegen without sqlite as a dependency #2320

Open
ThomasConrad opened this issue Aug 7, 2024 · 1 comment

Comments

@ThomasConrad
Copy link

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)

@Expurple
Copy link
Contributor

Expurple commented Aug 8, 2024

Yeah, I've already encountered this same issue: #2225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants