adamdalechurch / simple-php

The simplest php mysql framework ever.
0 stars 0 forks source link

abstract: support 'db-first' #17

Open adamdalechurch opened 1 year ago

adamdalechurch commented 1 year ago

SimplePHP is currently a code-first/code-only php framework, future iterations should also support a database-first approach, where the framework can auto generate code based on db tables.

This would be a huge addition, so not sure if ready to take something like this on.