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?
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?
adam
added the question label 2025-12-29 15:24:47 +01:00
@rslim087g The SQLiteStorage instance you pass to DataStack.addStorage(...) has a fileURL property you can use to locate the actual file.
@JohnEstropia commented on GitHub (Dec 16, 2016):
@rslim087g The `SQLiteStorage` instance you pass to `DataStack.addStorage(...)` has a `fileURL` property you can use to locate the actual file.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.