SZ-ORM Graph — Neo4j Graph Database Support
Provides graph database connection, parameterized Cypher queries, typed result mapping, and declarative modeling capabilities. Does not modify existing sz-orm-core/sz-orm-sqlx APIs.
Main Modules
- [
connection] — Bolt protocol connection and connection pool - [
query] — Cypher query construction and execution - [
validator] — Parameterized validation + SQL passthrough rejection - [
model] — Declarative modeling - [
mapping] — Typed result mapping - [
error] — GraphError error type