{"library":"lodash-joins","type":"library","category":null,"description":"A JavaScript library providing SQL-style join algorithms for arrays of objects, built as an extension to Lodash. Current stable version 3.1.1, released in 2022, with low release cadence. Key differentiators: supports multiple join algorithms (nested loop, hash, sorted merge) and many join types (inner, left/right outer, full outer, left/right semi, left/right anti). Ships TypeScript types. Only dependency is Lodash. Coercive key comparisons support Dates and similar types.","language":"javascript","status":"active","version":"3.1.1","tags":["javascript","joins","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install lodash-joins","imports":["import _ from 'lodash'; import 'lodash-joins';","_.hashInnerJoin(left, leftKey, right, rightKey, merger);","_.nestedLoopInnerJoin(left, leftKey, right, rightKey, merger);"]},{"cmd":"yarn add lodash-joins","imports":[]},{"cmd":"pnpm add lodash-joins","imports":[]}],"homepage":"https://github.com/mtraynham/lodash-joins#readme","github":"https://github.com/mtraynham/lodash-joins","docs":null,"changelog":null,"pypi":null,"npm":"lodash-joins","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}