Macaron: a high productive and modular web framework in Go
1–10 of 52 posts
Re: Macaron: a high productive and modular web framework in Go
#2Re: Macaron: a high productive and modular web framework in Go
#3Re: Macaron: a high productive and modular web framework in Go
#4Re: Macaron: a high productive and modular web framework in Go
#5I quickly looked this over. Does Golang have some hidden ORM like feature that makes complex persistence easy? I spent the last three months working on a storage mechanism that controls all of CRUD at the document level across what is essentially Google Groups (each op is allowed to multiple groups). This is where web work is complex.
No.
Re: Macaron: a high productive and modular web framework in Go
#6Does this have hot reloading?
Re: Macaron: a high productive and modular web framework in Go
#7Re: Macaron: a high productive and modular web framework in Go
#8I quickly looked this over. Does Golang have some hidden ORM like feature that makes complex persistence easy? I spent the last three months working on a storage mechanism that controls all of CRUD at the document level across what is essentially Google Groups (each op is allowed to multiple groups). This is where web work is complex.
Re: Macaron: a high productive and modular web framework in Go
#9I quickly looked this over. Does Golang have some hidden ORM like feature that makes complex persistence easy? I spent the last three months working on a storage mechanism that controls all of CRUD at the document level across what is essentially Google Groups (each op is allowed to multiple groups). This is where web work is complex.
Re: Macaron: a high productive and modular web framework in Go
#10I quickly looked this over. Does Golang have some hidden ORM like feature that makes complex persistence easy? I spent the last three months working on a storage mechanism that controls all of CRUD at the document level across what is essentially Google Groups (each op is allowed to multiple groups). This is where web work is complex.
Came here to say the same thing. Go won't enter "crud webapp" market until they have a better story on relational db interactions. I'm afraid this is way beyond the current possibilities of the language as it offer barely any meta-programming technics, on purpose.