-
Notifications
You must be signed in to change notification settings - Fork 70
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
SQL files generation #860
Labels
good first issue
Team_CobiGen_Templates
These issues will be handeled by the team CobiGen_Templates
templates
Comments
My simple guess to create a template for this:
|
Great, that is really helpful |
Stale topic. Please negotiate closing or discussing the relevance of this ticket. |
I suggest splitting this issue into java and openapi as I assume that two separate template implementations will be necessary |
maybeec
added
the
Team_CobiGen_Templates
These issues will be handeled by the team CobiGen_Templates
label
Aug 10, 2022
TODOJava Code Utility
Freemarker xml templating
Java Testing
|
quantumfate
added a commit
to quantumfate/cobigen
that referenced
this issue
Aug 12, 2022
SQL Script template
Layout
Not a collection
Primary Key
Entity
Primitive
Collection
|
Zylesto
added a commit
to Zylesto/cobigen
that referenced
this issue
Nov 9, 2022
Zylesto
added a commit
to Zylesto/cobigen
that referenced
this issue
Nov 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Team_CobiGen_Templates
These issues will be handeled by the team CobiGen_Templates
templates
Expected behavior
As a developer and user of CobiGen, I want CobiGen to generate database schema (SQL) from entities or OpenAPI so that I can save time.
Description
I think it would be very easy to create some templates in order to generate database schema. For instance, having the following entity:
It could generate the following SQL file:
This is a feature that has been requested by multiple developers.
The text was updated successfully, but these errors were encountered: