is hstore supported? I can't seem to find any documentation from Phalcon about it.
You can use the database component to access your hstore attributes:
$sql = "SELECT books->'name' as book FROM books WHERE book->'year'= 2011"; $result = $connection->query($sql);
https://docs.phalcon.io/en/latest/reference/db.html