kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

Add extension utils function #3371

Closed acquamarin closed 3 weeks ago

acquamarin commented 3 weeks ago

This PR implements the following utils funcitons for extensions:

  1. SHOW_DATABASES(): returns all attached databases. Closes #3359
  2. DUCKDB_CLEAR_CACHE(): clear duckdb catalog cache.
  3. POSTGRES_CLEAR_CACHE(): clear postgres catalog cache.