Compare commits
2 Commits
b39d9ada27
...
626170964f
Author | SHA1 | Date | |
---|---|---|---|
626170964f | |||
1dd37a72b4 |
@ -15,7 +15,7 @@ engine = create_engine(
|
||||
SQLALCHEMY_DATABASE_URL, connect_args={"check_same_thread": False}
|
||||
)
|
||||
|
||||
SessionLocal = sessionmaker(bind=engine, expire_on_commit=False)
|
||||
SessionLocal = sessionmaker(bind=engine, autoflush=True, autocommit=False, expire_on_commit=False)
|
||||
|
||||
database = SessionLocal()
|
||||
Base = declarative_base()
|
Loading…
x
Reference in New Issue
Block a user