1
I Use This!
Very Low Activity

Ratings and Reviews

Analyzed 1 day ago. based on code collected 1 day ago.
Community Rating
4.0
   

Average Rating:   4.0/5.0
Number of Ratings:   1
Number of Reviews:   1

My Review of TinyORM library

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
Β New Review

Most Helpful Reviews

silverqx says:
TinyORM is great C++ ORM library  
4.0
   
written over 3 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? |

Most Recent Reviews

silverqx says:
TinyORM is great C++ ORM library  
4.0
   
written over 3 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? |