Agreed could probably have a better example
# squarelibraries
a
Agreed could probably have a better example
m
hm ok thanks!! Does it include using the database itself and daos to perform queries ? If so, why doesn’t the callback have the database as a receiver ?
thanks again for your help!
a
using the static queries wouldn’t work because we can’t guarantee what state the database is in during a migration. I am planning on updating to include the driver as a receiver to make it easier to run raw queries if they are necessary. We might work to improve that API over time but just starting without any access to static queries.
m
ok. Thanks!! Makes sense