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

feat:add db url shortname #3992

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

codeErrorSleep
Copy link
Contributor

Goctl generates models code, adds abbreviations for URLs.
This change is targeted at MySQL and Postgres
from
goctl model pg datasource --url postgres://xxx:xxx@xxx:5432/ecommerce -t books
to
goctl model pg datasource -u postgres://xxx:xxx@xxx:5432/ecommerce -t books

Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.21%. Comparing base (2629636) to head (9fa17cf).
Report is 22 commits behind head on master.

Additional details and impacted files

see 253 files with indirect coverage changes

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

Successfully merging this pull request may close these issues.

None yet

1 participant