new

AuraDB Virtual Dedicated Cloud

AuraDB Professional

AuraDB Free

AuraDS Self-Start

AuraDS Enterprise

AuraDB Business Critical

Neo4j Aura Database feature update!

The latest Neo4j Database features are now available for users in Aura. Some highlights include:
  • Dynamically reference labels and properties in
    SET
    and
    REMOVE
    clauses. For example:
    SET n[$prop]
    ,
    REMOVE n[$prop]
    ,
    SET n:$($label)
    and
    REMOVE n:$($label)
    .
  • Added the GQL conformant
    OPTIONAL
    keyword to procedure and subquery calls. If no results are returned from the procedure or subquery,
    OPTIONAL CALL
    will return null instead of an empty result.
  • Allow
    ORDER BY
    ,
    SKIP/OFFSET
    , and
    LIMIT
    to be standalone clauses. Before, they could be used only in combination with
    RETURN
    ,
    WITH
    , or
    YIELD
    ; now, they can be used anywhere in a query.
Full details of new features and fixes are available in the Neo4j Release Notes!