|
|
|
|
|
by Pavilion2095
8 days ago
|
|
The issue is that most of these tools try to reinvent the wheel. Instead of using sql, you use 'fluent builders' or whatever, and they have their own tricks and cevats. Sqlc is the best thing I've personally used because it produces models and repositories based on plain sql queries. |
|
It's almost as if it was easy to reinvent something highly used that someone would've already done it...