Hi all, I'm looking for a Sails-like framework that currently supports Postgre's JSON data type. I'll be running a single-page Angular app on top, so I really just need something to act as a REST server. I also want it to have users, I'm trying to move away from CouchDB since it's rather rare in application hosting, while Postgre is usually free (i.e. OpenShift and Heroku). Postgre definitely has the potential to act as a document store database now! Take a look at this: http://schinckel.net/2014/05/25/querying-json-in-postgres/
If I absolutely have to type out my own SQL queries (although that's rather clunky, especially as the app scales up), then so be it. I need to be able to use all of the search functions. I really want to take advantage of Postgre's speed, reliability, and efficiency (I gave up on Mongo because of this). Thanks, DaAwesomeP -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/9a7ee85d-af82-4261-914e-fe48f2bacbac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
