You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Gorm to access a sqlite db from the local filesystem. I'm writing tests now that require me to create and delete this sqlite file. Gorm seems to keep an open file handle on the db until the application terminates, so it is not possible to delete the db in the test cleanup.
Gorm should be able to completely disconnect from a db.
The document you expected this should be explained
Expected answer
The text was updated successfully, but these errors were encountered:
Your Question
I'm using Gorm to access a sqlite db from the local filesystem. I'm writing tests now that require me to create and delete this sqlite file. Gorm seems to keep an open file handle on the db until the application terminates, so it is not possible to delete the db in the test cleanup.
Gorm should be able to completely disconnect from a db.
The document you expected this should be explained
Expected answer
The text was updated successfully, but these errors were encountered: