From 293b5ac3005e4222253ec8eca9489afbbb3c8e00 Mon Sep 17 00:00:00 2001 From: Naresh Bhatia Date: Mon, 13 Jun 2016 23:49:52 -0400 Subject: [PATCH] Added archfirst/joinjs --- Extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Extras.md b/Extras.md index 48c49be..b1bb6a1 100644 --- a/Extras.md +++ b/Extras.md @@ -27,3 +27,4 @@ - [vitaly-t/pg-minify](https://github.com/vitaly-t/pg-minify) - Minifies PostgreSQL scripts. - [MassiveJS](https://github.com/robconery/massive-js) - A simple relational data access tool that has full JSONB document support for Postgres. - [pg-ka-fix](https://github.com/numminorihsf/pg-ka-fix) - TCP keep-alive extension for node-postgres. +- [archfirst/joinjs](https://github.com/archfirst/joinjs) - A simple library to map the results of complex joins to nested JavaScript objects (alternative to full-blown ORMs).