gqt icon indicating copy to clipboard operation
gqt copied to clipboard

Question: Go-Bindata Support

Open krak3n opened this issue 7 years ago • 1 comments

Hi

Have you considered support for Go-Bindata or other forms of io.Reader to read the SQL templates from? Would add an extra layer of flexibility to the library.

If you think that sounds cool I'd be happy to implement it and submit a pull request.

Thanks,

Chris

krak3n avatar Jan 29 '18 10:01 krak3n

I've implemented a similar library with support for fs.FS as an alternative, so you can embed files.

https://github.com/NicklasWallgren/sqlTemplate

NicklasWallgren avatar Apr 05 '22 16:04 NicklasWallgren