Software Assembly Tool

0

I'm doing some research, but I do not know the technologies that may exist or resources that can be used for this. Therefore, I request indications of keyworks and technologies pointing, frameworks that complies complementarily or partially.

"I'm looking for a software or tool, where by defining a diagram, make it possible to visually indicate the purpose of a group of elements, so that it generates the complementary encoding "

In short, some resource that is able to make the connection of the relationships between the elements indicated by the user. Generating CRUD, DAO, among others.

Note that I am not referring to the business rule, which varies according to the purpose of the final product.

    
asked by anonymous 13.09.2015 / 00:53

1 answer

1

One tool that might be useful is postgrest . This tool turns your PostgreSQL database into an API, so you only need to build the project frontend and connect it to postgres.

    
13.09.2015 / 01:00