Closed lukzard closed 5 years ago
Hi Lucian,
Thanks. I'm happy you like my Evolutility.
1- Currently Evolutility works with a single schema from a single database (the DB and schema are specified in the config.js file for all applications). I agree, looking at multiple schemas and databases would be useful. It is possible to modify the code of Evolutility to specify the DB options for each model rather than globally.
2- I'm working on adding the ability to generate models directly from the database. It is possible to generate UI w/ only DB metadata but it needs some extra UI metadata to become user-friendly.
3- I had Blueprint in mind.
4- Yes, I plan to store the models in the database (like for the older Evolutility ASP.net). It will be the single source of truth for models on both back-end and front-end. It will be possible to edit the models with Evolutility and query it over REST.
1- Currently Evolutility works with a single schema from a single database (the DB and schema are specified in the config.js file for all applications). I agree, looking at multiple schemas and databases would be useful. It is possible to modify the code of Evolutility to specify the DB options for each model rather than globally.
You need a “table of tables”. When you have that, it’s easy enough to make connection details an attribute of the table.
2- I'm working on adding the ability to generate models directly from the database. It is possible to generate UI w/ only DB metadata but it needs some extra UI metadata to become user-friendly.
Right on. DB metadata and UI/view metadata is the way to go.
3- I had Blueprint https://blueprintjs.com/docs/ in mind.
Good choice.
4- Yes, I plan to store the models in the database (like for the older Evolutility ASP.net). It will be the single source of truth for models on both back-end and front-end. It will be possible to edit the models with Evolutility and query it over REST.
That’s what I’m on about. Happy to help.
Thx both for the reply. Makes sense.
On topic 3, Sencha ExtJs is definitely a good alternative. Do explore the Data Grids available:
On topic 3. It is nice. I will check it out. On topic 4. I still plan to store models in the DB but until then you may find this useful. https://github.com/evoluteur/evolutility-models
hi Oliver,
I really like to Evolutility, congratulations for getting it so far!
Below are few question or suggestion about possible features, of both back-end and front-end solutions:
Thank you,