Skip to content Skip to sidebar Skip to footer

MassiveJS version 7 went places by PaulHoule

MassiveJS version 7 went places. await db.select( db.libraries .join(db.holdings) .join(db.books) .join(db.authors, db.$join.left, {[db.authors.$id]: db.books.$author_id}) .filter({ [db.libraries.$postcode]: ‘12345’, [`${db.authors.$name} ilike`]: ‘Lauren%Ipsum’ }) .project({ $key: db.libraries.$id, $columns: […db.libraries], authors: [{ $key: db.authors.$id, $columns: [ db.authors.$name, db.expr( `extract(year from age(coalesce(${db.authors.$death}, now()), ${db.authors.$birth}))` ).as(‘age’) ], books: [{ $key: db.books.$id, $columns: […db.books] }] }] }) ); It’d be stretching an ecological metaphor

Read more

SBCL: New in Version 2.2.1 by susam

New SBCL versions are usually released at the end of each month: check the Sourceforge File List to see the current version. The new features of all SBCL releases are listed below.2.2.1 2.2.0 2.1.11 2.1.10 2.1.9 2.1.8 2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.11 2.0.10 2.0.9 2.0.8 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 2.0.2…

Read more

In the Shadows of Innovation”

© 2025 HackTech.info. All Rights Reserved.

In the Shadows of Innovation”

© 2025 HackTech.info. All Rights Reserved.

Sign Up to Our Newsletter

Be the first to know the latest updates

Whoops, you're not connected to Mailchimp. You need to enter a valid Mailchimp API key.