|
|
|
|
|
by rafekett
4424 days ago
|
|
I had to use ActiveRecord last week after a year straight of using SQLalchemy and it was downright painful. doing anything beyond simple CRUD is near-impossible without writing raw SQL. i used to like ActiveRecord more when I didn't understand relational databases, but now I don't understand how anyone who's ever used SQL directly in their life could tolerate AR. |
|
Are you sure you understood how to use the full functionality? What was missing (besides CTEs)?