[nodejs] Re: Does Node.js have some kind of native data persistence?

2012-09-15 Thread Alan Hoffmeister
That's something very very cool Vagg, but as I could see there is no Windows support, righ? Em sábado, 15 de setembro de 2012, Rod Vagg escreveu: > > https://github.com/rvagg/node-levelup is a lighter-than-db option, > supports storing everything from Buffers up to JSON serialized data in a > fas

Re: [nodejs] Re: Does Node.js have some kind of native data persistence?

2012-09-15 Thread Rod Vagg
There's not reason there couldn't be Windows support, it just needs some work in the GYP files to make it happen, LevelDB & Snappy both compile on Windows and I've preserved some basic Windows stuff in their GYP files. Perhaps you'd like to lend a hand? On Sun, Sep 16, 2012 at 1:17 PM, Alan Hoffme

Re: [nodejs] Re: Does Node.js have some kind of native data persistence?

2012-09-15 Thread Alan Hoffmeister
I just sucks at C/C++ programming but of course I'll do what I can for help. If someone else would like to contribute, this is the GitHub https://github.com/rvagg/node-levelup/issues/5 Thanks Rod for the amazing project! -- Att, Alan Hoffmeister 2012/9/16 Rod Vagg : > > There's not reason there