This is a comprehensive modernization and enhancement of the original json-sql library, featuring: ...
SELECT o.order_id, c.customer_name FROM orders o JOIN customers c ON o.customer_id = c.customer_id; ...