der-On / PHP-FluxAPI-Core

A dynamic RESTfull API written in PHP
1 stars 0 forks source link

Decide upon an ORM (if any) and DBAL #4

Closed der-On closed 11 years ago

der-On commented 11 years ago

Doctrine DBAL:

is robust and powerfull, has mongodb adapters too, could be a bit too much overhead

Paris/Idiorm: https://github.com/j4mie/paris https://github.com/j4mie/idiorm

Those are lightweight and do not need schema files

Propel: https://github.com/propelorm

uses xml schema but maybe more robust and flexible then paris/idiorm?

der-On commented 11 years ago

not using any orm now because we build our own in the storage