cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
86 stars 7 forks source link

Change parser to make EdgeTableClause optional #84

Closed Dtenwolde closed 9 months ago

Dtenwolde commented 9 months ago

Fixes #83

Following the SQL/PGQ specifications, the edge table clause should be optional. So a property graph can be defined with only vertex tables.