Replies: 1 comment 1 reply
-
You can bundle a local cli into your project, as discussed in #1889 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a general question as to why SeaORM requires you install the CLI globally instead of say going a similar route to prisma_client_rust where you add it to your cargo workspace, I am personally quite a fan of the PCR method as I could potentially supply a custom configuration as I personally have a disliking towards .env files.
I also find it better for version management and per-project installs, I also dislike having all my per-project tools in my global system.
Just curious is there's ever a plan to change how the sea cli works?
Beta Was this translation helpful? Give feedback.
All reactions