-
Notifications
You must be signed in to change notification settings - Fork 13
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 database accessory #3
Conversation
f1a84f3
to
e28fe52
Compare
except for supporting cloud provider managed database, is there any plan to support local deploy instance? From SDLC, the most common way during development and test stages is using local database, as they are much more cheaper than services provided by cloud providers. @ffforest @liu-hm19 @SparkYuan |
76ec6fa
to
70c24fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds support for database accessory which defines the relational database service (rds) provided by a specified cloud vendor.
Which issue(s) this PR fixes:
Special notes for your reviewer:
The implementation of Database Generator can be found at feat: add database generator
Does this PR introduce a user-facing change?
Additional documentation e.g., design docs, usage docs, etc.: