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

Add --connection-string parameter ABP CLI while creating a new project #3208

Closed
ebicoglu opened this issue Mar 19, 2020 · 2 comments
Closed

Comments

@ebicoglu
Copy link
Member

Users can be able to set a database connection string while creating a new project via ABP CLI. Because the current connection string is not in one place and needs to find/replace to change in various places.

Usage should be:
abp new Acme.MyProject --connection-string <my-custom-connection-string>

@maliming
Copy link
Member

We should remind developers in the cli that the connection string can only be sql server.

@hikalkan
Copy link
Member

@ebicoglu we should write this to the document. something like that:

conn string can only be sql server since the default provide is sql server. if you will use another dbms, then see this document.

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

No branches or pull requests

5 participants