diff options
Diffstat (limited to 'examples/materialized_paths/materialized_paths.py')
-rw-r--r-- | examples/materialized_paths/materialized_paths.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/materialized_paths/materialized_paths.py b/examples/materialized_paths/materialized_paths.py index 37e91684c..ad2a4f4a9 100644 --- a/examples/materialized_paths/materialized_paths.py +++ b/examples/materialized_paths/materialized_paths.py @@ -106,7 +106,7 @@ class Node(Base): if __name__ == "__main__": engine = create_engine( - "postgresql://scott:tiger@localhost/test", echo=True + "postgresql+psycopg2://scott:tiger@localhost/test", echo=True ) Base.metadata.create_all(engine) |