https://github.com/rvagg/node-levelup is a lighter-than-db option, supports storing everything from Buffers up to JSON serialized data in a fast and slightly compressed store. In fact, the store, LevelDB, is the same used in Chrome's local storage backend.
On Sun, Sep 16, 2012 at 12:29 PM, Alan Hoffmeister < [email protected]> wrote: > It would be nice don't touch the file system api, at least directly... > > -- > Att, > Alan Hoffmeister > > > 2012/9/15 Srirangan <[email protected]>: > > Files? > > > > Srirangan | +91 9711 477 595 | About GitHub LinkedIn Twitter | > > Review19 "Collaborate & Track Decisions" > > > > > > On Sun, Sep 16, 2012 at 7:55 AM, Alan Hoffmeister > > <[email protected]> wrote: > >> > >> Dear fellows, > >> > >> We all know that javascript from modern browsers allow us to persist > >> data by local storage methods. > >> I hadn't success with my Google search so I thought it would be better > >> to ask here before move on using the fs API, so: does Node.js provide > >> some kind of native data persistence? I know that I could use > >> databases/cache systems for this, but I think that I wont hurt anyone > >> asking this. > >> > >> Thanks! > >> > >> -- > >> Att, > >> Alan Hoffmeister > >> > >> -- > >> Job Board: http://jobs.nodejs.org/ > >> Posting guidelines: > >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > >> You received this message because you are subscribed to the Google > >> Groups "nodejs" group. > >> To post to this group, send email to [email protected] > >> To unsubscribe from this group, send email to > >> [email protected] > >> For more options, visit this group at > >> http://groups.google.com/group/nodejs?hl=en?hl=en > > > > > > -- > > Job Board: http://jobs.nodejs.org/ > > Posting guidelines: > > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > You received this message because you are subscribed to the Google > > Groups "nodejs" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/nodejs?hl=en?hl=en > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
