mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-13 23:23:29 +01:00
what is the location of sqlite file? #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Dec 15, 2016).
I need the location of the sqlite file for easier debugging. I'm trying to have a visual representation of what is inside my server to better understand what is going on. is there a function you guys have to obtain it?
@JohnEstropia commented on GitHub (Dec 16, 2016):
@rslim087g The
SQLiteStorageinstance you pass toDataStack.addStorage(...)has afileURLproperty you can use to locate the actual file.