I'm migrating from MySQL to PostgreSQL and I would like to use some advanced database layer in PHP. RedbeanPHP looks really nice to me, but I can't find how to use different postgres schemas. I've only found some old post and there is written that there is no support for schemas yet, but it was 2 years ago.
If there is really no support for schemas in redbean yet, wich layer do you recommend? Doctrine, propel or something else?