Re: [go-nuts] SQLite3 Support without CGo

2016-12-12 Thread sam
Thanks Konstantin, That was very helpful. I'll do some more looking into it, as taking your suggestion, the ulibc version (here ) seems more simple than glibc. I'm not going to kid myself though, it looks well beyond my cur

Re: [go-nuts] SQLite3 Support without CGo

2016-12-12 Thread Konstantin Khomoutov
On Mon, 12 Dec 2016 03:23:21 -0800 (PST) s...@infitialis.com wrote: > Hello, > > I love the pure-Go compiler & tool-chain, especially how effortless > it makes cross-compiling from our Linux development server for our > estate of Windows PCs. > > It even made me feel like it was worth the effort

[go-nuts] SQLite3 Support without CGo

2016-12-12 Thread sam
Hello, I love the pure-Go compiler & tool-chain, especially how effortless it makes cross-compiling from our Linux development server for our estate of Windows PCs. It even made me feel like it was worth the effort to create a DLL wrapper for SQLite3, so we can use it without CGo by bundling t