diff --git a/Guide to Using Databases with Python Postgres, SQLAlchemy, and Alembic/project/config.py b/Guide to Using Databases with Python Postgres, SQLAlchemy, and Alembic/project/config.py index 1a83e14..2e93364 100644 --- a/Guide to Using Databases with Python Postgres, SQLAlchemy, and Alembic/project/config.py +++ b/Guide to Using Databases with Python Postgres, SQLAlchemy, and Alembic/project/config.py @@ -1,2 +1,2 @@ -DATABASE_URI = 'postgres+psycopg2://postgres:password@localhost:5432/books' \ No newline at end of file +DATABASE_URI = 'postgresql+psycopg2://postgres:password@localhost:5432/books' \ No newline at end of file