|
|
|
|
|
by sandGorgon
3450 days ago
|
|
please please use an ORM. if yoy dont build database abstraction today... you will never be able to build it once the plugins take off.
Just the fact that you can run postgresql will be a killer feature. i think the golden usecase would be running thirtybees on heroku (postgresql, composer, php 7) EDIT: there was a dead comment about how postgresql is not good. what im asking is different - im requesting for an ORM like Doctrine or Propel. This will let the end user choose the database that they want to use. But you have to take this stand pretty early in a project's life cycle or you will not be able to do it later. Exactly the issue with WordPress. http://www.doctrine-project.org http://propelorm.org |
|