Henry

Results 168 comments of Henry

Thanks. I guess we leave this open until it’s in the readme?

[this comment](https://github.com/qor/admin/issues/160#issuecomment-449054973) and the nosql issue #113 might help you.

This looks like something I wanted to try next week to unify a lot of repepritive code in our product. I _belive_ this shoudl work somehow.. Can you share the...

hmm... that calls it with `.Value`. I'm not sure what that is in your case but to debug further I'd try to change the `"raw"` template func to something like...

@mrclayman: you are mixing a gorm example with the qor data access interface. If you want to use any other db in your application (in qor-example this is the shop)...

> I guess only after porting the dialect. yup - that's the alternative. make something that gorm can use and dialects is the way to do just that.

please open a new issue about this at the gorm issue tracker. this is not the place.

duplicate of https://github.com/qor/qor/issues/214 (please don't ask me why this is still an issue. Has been like this way to long...)

The two steps to make bindatafs work should be: 1. trigger the `Compile()` function. [In qor-example](https://github.com/qor/qor-example/blob/master/main.go#L101) this is done with the `--compile-templates` flag. This should create new go code under...

https://github.com/qor/qor/issues/214