Star

Created With

linkModels Overview

Models provide lots of functions to automate creating, reading, updating, and deleting nodes and relationships. Every time a node is created or fetched from the database, an Instance of this Model is created and provides access to its properties and other helper methods.

To provide that functionality, a model definition needs the following configuration:

Examples can be found next.

Models Overview

Introduction Getting Started

Modelschevron_right

Sessions and Transactions

Query Builderchevron_right
Query Runnerchevron_right

Bind Parameters

Where Parameters