DEV Community

Discussion on: What library/language/tool wowed you with its developer experience?

Collapse
 
barelyhuman profile image
Reaper

I'd say knex.js was mine. I was so used to using ORMS and/or Raw Queries and handling migrations manually in every project, it was a pain. I liked the whole RoR experience of well managed migrations in the actual code base and the first time I got knex setup for a project , I got hooked with the speed boost and have been using it since.

Another one would be Colicious, It was made by this dude name kabir and I linked my version of it but the idea of existence of such simple tools intrigued me.