PouchDB looks like a great choice, maybe even a winner. It's built on LevelDB which means that it might work on Windows after installing Microsoft Visual Studio Express 2013 for Windows Desktop ( http://www.visualstudio.com/downloads/download-visual-studio-vs).
Anything built on SQLite3 would also be a winner - full-text search support, possible to get working on windows, the familiarity of SQL (sorry, did I drop a bad word???). My preferred solution would be something that provides the same kind of schema modeling as Mongoose, but built on SQLite3 with FTS support. Any suggestions? AJ ONeal -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
