package
0.0.0-20250226191533-3760a16f1f4f
Repository: https://github.com/bmeg/grip.git
Documentation: pkg.go.dev
# Functions
NewGraphDB creates a new GraphDB graph database interface.
ValidateSchema validates a Schema.
# Structs
Config describes the configuration for the sql driver.
Edge describes the mapping between two tables.
ForeignKey describes a relation to another table.
Graph is the interface to a single graph.
GraphDB manages graphs in the database.
Schema describes the mapping of tables to the graph.
Vertex describes the mapping of a table to the graph.