Skip to content

Commit 0598ad9

Browse files
committed
Make distinction between temporary and purely in-memory databases more clear
1 parent 58bc53a commit 0598ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqliter-driver/src/nativeCommonMain/kotlin/co/touchlab/sqliter/native/NativeDatabaseManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class NativeDatabaseManager(private val path:String,
9898
throw e
9999
}
100100

101-
// Temporary, or purely in-memory databases live only as long
101+
// "Temporary" and "purely in-memory" databases live only as long
102102
// as the connection. Subsequent connections (even if open at
103103
// the same time) are completely separate databases.
104104
//

0 commit comments

Comments
 (0)