what is the location of sqlite file? #111

Closed
opened 2025-12-29 18:23:08 +01:00 by adam · 1 comment
Owner

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 18:23:08 +01:00
adam closed this issue 2025-12-29 18:23:08 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore-JohnEstropia#111