j4mie / idiorm

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
http://j4mie.github.com/idiormandparis/
2.01k stars 369 forks source link

Support for editing database schema? #175

Closed codeclown closed 10 years ago

codeclown commented 10 years ago

Reading about Idiorm being complete regarding functionality I assume there are no plans to support editing the database structure?

For example, adding/editing/removing tables and columns.

treffynnon commented 10 years ago

Absolutely no plans as it sits outside the 80/20 in my opinion. I use PHPMig for schema management.