Excellent tuts, I would love to see more tuts specially on gofiber
@seanknowles53094 жыл бұрын
yes please, full app GoFiber with Nextjs
@jasonshen4 жыл бұрын
awesome tut as usual, sqlc looks really cool and easy to understand, thanks buddy, keep up the good work!
@nelyousfi4 жыл бұрын
I am not interested in Go/Fiber but when I got a notification from u I open the video press the like button and go out 😃
@EQuimper4 жыл бұрын
Thank you :) what techs are you interested
@pranaydas73824 жыл бұрын
amaing and properly understandable .. waiting for next video with joins ..
@ianmjohn2 жыл бұрын
How would i return a pointer *todos..??
@EightSixx4 жыл бұрын
How come you didn't want to use GoRM?
@EQuimper4 жыл бұрын
For this project I would have use gorm. But on real project I like the freedom on raw sql in go. Sqlc is perfect for my case
@jasonshen4 жыл бұрын
i think GoRM can get a bit confusing when you try to do complex queries, use sql has much better control of what you want to do, thats just my 1 cents i could be wrong
@noxtrad4 жыл бұрын
thanks mate
@PriyankBolia4 жыл бұрын
Ahh! doesn't work on windows. sqlc is not supported.
@jasonshen4 жыл бұрын
should do if you install it with go get it should work
@PriyankBolia4 жыл бұрын
@@jasonshen go get does not work on any platform, due to: github.com/kyleconroy/sqlc/issues/654. After applying the fix also due to missing linux headers, it will work only on Linux or Mac. Windows support is permanently removed. I am using docker to run the sqlc.
@jasonshen4 жыл бұрын
@@PriyankBolia good to know thanks, sorry i don't use windows, i was assuming sorry