#access application storage from database
1 messages · Page 1 of 1 (latest)
tldr i need access to storage but only possible through application/request. how can i have it anyways from database
i checked database for a while.
it seems the only place to put additional load is on databasecontext
but dont know how well that fares with current implementations in regard of the nature of connection pools and their fragile state.
if it’s for migration only you can store app on the migration and init the migration with app
Yeah just pass the object into the migration