The Node.js Object Mapper for Apache Cassandra has been released, allowing users to interact with data like a set of documents. The Mapper is provided as part of the driver package and can be used across applications. It contains a single ModelMapper instance per model in an application, which retrieves and saves objects from and to the database. The Mapper also supports mapping a single model to multiple tables or views for more efficient reads. Additionally, it introduces an internal mechanism to cache query functions based on object shapes, optimizing performance. This new Object Mapper is available in DataStax Node.js Driver for Apache Cassandra version 4.0 and DataStax Enterprise Driver 2.0.