Skip to main content

Provider overview

Provider packages compile the same query and mutation models while respecting their database's native transport and capability boundaries.

ConcernNeo4jTigerGraph
Query languageCypherGSQL
TransportOfficial Bolt driverREST++ and optional administration transport
Pool ownershipLong-lived driverHost-managed HttpClient
Mutation transactionClient-managed write transactionAtomic REST request or installed mutation query
Schema migrationsTransactional Cypher commandsDeterministic schema job through administration transport

Both providers normalize native responses into Nodal result records before POCO materialization. Application code does not parse provider payloads.

See Compatibility and capabilities for the tested database versions, query limitations, analytics requirements, and the distinction between compiler coverage and live database verification.