Powerful data models and queries
With backeam you can model your entities and relationships no matter how simple or complex they are. Then you can query the database with a simple yet powerful SQL-like language. Support for joins, geo-queries, full-text,... See an example:
select news
where title like 'Awesome'
join last 5 comments
having score > 10 fetch author
sort by created_at