Reviews and Ratings

TinyORM is great C++ ORM library  
4.0
   
written over 2 years ago

I'm personally using this ORM library and I can tell it's amazing πŸ‘ŒIt makes working with the database easy, writing queries is intuitive, queries syntax is nice and clear and I can use the same syntax for all supported databases. The query builder supports more advanced queries like subqueries or logical grouping. I'm able to use subqueries almost everywhere, eg. instead of the where value, instead of a column name, in the order, or in the from clause. ✨

Defining ORM classes and relationships between entities is nice and clear and I can tell the same about the active record pattern. πŸ”₯

Well, if it's not enough then it still provides migrations, seeder, and the command-line application called Tom. πŸš€

Performance is unbeatable, you can run ~1500 or ~2000 more advanced queries (like grouping, joins) in 2 seconds, it's really crazy. πŸƒ

I'm giving 4 stars because there is always room for improvements. 😎

Did this review help you? |