Efficient way of passing params in SQLAlchemy
Instead of passing each parameter individually like this:
We can convert it to a dictionary and unpack it in the same format as this is a pydantic model
Last updated
Instead of passing each parameter individually like this:
We can convert it to a dictionary and unpack it in the same format as this is a pydantic model
Last updated