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
21
21
+ Use the ` CreateConnection() ` method for connecting to the database provided by the asset.
22
22
Make sure to ` Dispose() ` of any connections you create.
23
23
+ 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.
25
25
+ ` SQLiteConnection.SerializeToAsset ` extension method for serializing a database to an instance of ` SQLiteAsset ` .
26
26
27
27
## How to install
You can’t perform that action at this time.
0 commit comments