Migration and JavaScript foundation for PostgreSQL/plv8.
Bedrock is an example project that lets you code PostgreSQL functions using JavaScript or CoffeeScript while using many node.js npm modules. browserify<http://browserify.org/> bundles your code and dependencies into a self-contained bundle. The bundle is loaded into the plv8 runtime via mygrate <https://github.com/mgutz/mygrate>, which uses psql compatible SQL files. PLV8 is V8 not node and it runs in sandbox, which is a good thing. Obviously many node.js packages will not work nor would you want them to inside a database. The basics like underscore, underscore.string, etc work well. This is more than an example as it address migrations, bundling etc. -- -- 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/groups/opt_out.
