File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
2121 + Use the ` CreateConnection() ` method for connecting to the database provided by the asset.
2222 Make sure to ` Dispose() ` of any connections you create.
2323 + SQLite assets may be loaded from Streaming Assets folder or from memory, depending on the value of their "Streaming Assets Path" property.
24- + ** Warning ** : Android and WebGL platforms don't support loading SQLite databases from Streaming Assets and will always load them in memory.
24+ + ** Note ** : Android and WebGL platforms don't support loading SQLite databases from Streaming Assets and will always load them in memory.
2525 + ` SQLiteConnection.SerializeToAsset ` extension method for serializing a database to an instance of ` SQLiteAsset ` .
2626
2727## How to install
You can’t perform that action at this time.
0 commit comments