You might have run into a situation where your SQLModel app unexpectedly runs out of database connections. If that sounds familiar, you probably have something like this in your code:
# utils/db.py
def get_db():
"""A utility function to grab a database session."""