celerio-angular-quickstart icon indicating copy to clipboard operation
celerio-angular-quickstart copied to clipboard

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)

Results 28 celerio-angular-quickstart issues
Sort by recently updated
recently updated
newest added
trafficstars

Many friends complained about the raw look'n feel... If s/o wants to help beautify the generated app, please let me know.

enhancement
help wanted

What is the best way how to update the application after a database schema update (new tables and relations) without installing everything new?

when i try to generate and run code using oracle table if the table has more than to columns and it is throwing invalid Identifier error java.sql.SQLSyntaxErrorException: ORA-00904: "AUTHOR1_"."SEX": invalid...

Error on generating using SqlServer (2016). ``` mvn -Pgen generate-sources -e -X ``` ERROR: ``` [INFO] Applying conventions... [ERROR] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.573...

Hi i am trying to modify the "entity-detail.component.html.e.vm" file but the below condition for one to one and one to many relationship always fails #if($entity.inverseOneToOne.flatUp.size > 0 || $entity.oneToMany.flatUp.size >...

Hi! I try to generate project with joined strategy inheritance I just add sql code and config from documentation (http://www.jaxio.com/documentation/celerio/configuration.html) sql: \celerio-angular-quickstart\quickstart-conf\01-create.sql CREATE TABLE ACCOUNT ( account_id char(32) not null,...

enhancement

provide i18n

enhancement

### **_**Minimizing code repetitions in quickstart-generated folder by using Zontroy code generator**_** Hi 🙋‍♂️ @nromanetti By using Zontroy code generator, coding costs were reduced by minimizing code repetitions in quickstart-generated...