Skip to content

Instantly share code, notes, and snippets.

View carlasanches's full-sized avatar
❤️
Filled with determination

Carla Sanches carlasanches

❤️
Filled with determination
View GitHub Profile
# Create extension
CREATE EXTENSION age;
# Load extension
LOAD 'age';
# Add ag_catalog to search_path
SET search_path = ag_catalog, "$user", public;
# Create the graph