SanjinKurelic / MVCGenerator

Most of today's simpler software solutions closely link their work to basic database operations. The basic operations are retrieving, entering, modifying, and deleting individual data, so-called CRUD operations. To simplify the implementation of such software solutions, it is possible to build a code generator that builds a series of program sections based on the definition of the database structure. The database structure is defined using a structured query language (SQL).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SanjinKurelic/MVCGenerator Stargazers