Skip to content

Commit dfbf18d

Browse files
authored
fix(DataStore): Debugging - Access DB File path (#1678)
1 parent 3b2d3d6 commit dfbf18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/Storage/SQLite/StorageEngineAdapter+SQLite.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import AWSPluginsCore
1414
/// an integration layer between the AppSyncLocal `StorageEngine` and SQLite for local storage.
1515
final class SQLiteStorageEngineAdapter: StorageEngineAdapter {
1616

17-
internal var connection: Connection?
18-
private var dbFilePath: URL?
17+
var connection: Connection?
18+
var dbFilePath: URL?
1919
static let dbVersionKey = "com.amazonaws.DataStore.dbVersion"
2020

2121
// TODO benchmark whether a SELECT FROM FOO WHERE ID IN (1, 2, 3...) performs measurably

0 commit comments

Comments
 (0)