You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Tables are automatically migrated to add new tables and columns, however changed columns are not updated.
105
-
- A SqliteConnection should not be used by multiple threads. However, multiple SqliteConnections can be opened and used concurrently, since they use SQLite's built-in `FullMutex`.
104
+
### Automatic Schema Migration
105
+
106
+
Tables are automatically migrated to add new tables and columns, however existing columns are not modified.
107
+
108
+
### Thread Safety
109
+
110
+
A SqliteConnection should not be used by multiple threads. However, multiple SqliteConnections can be opened and used concurrently, since they use SQLite's built-in `FullMutex`.
0 commit comments