cwida / duckpgq-extension

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

Add support for CREATE OR REPLACE PROPERTY GRAPH #102

Closed Dtenwolde closed 6 months ago

Dtenwolde commented 6 months ago

Fixes #19

Now it's possible to CREATE OR REPLACE PROPERTY GRAPH, avoiding the need to first drop the property graph and then create it again in case it already exists. Using only CREATE with a name equal to an already existing property graph will still result in an error.