@@ -35,6 +35,8 @@ Call the function once at app startup. Important to do that before opening SQLit
3535SQLitePCLRaw .Startup .Setup ();
3636```
3737
38+ Then use EFCore as usual.
39+
3840# Installation
3941
4042- [ Install OpenUPM-CLI] ( https://github.com/openupm/openupm-cli#installation )
@@ -45,39 +47,6 @@ SQLitePCLRaw.Startup.Setup();
4547openupm add extensions.unity.bundle.efcore.sqlite
4648```
4749
48- ## Manual Installation (alternative)
49-
50- Modify ` /Packages/manifest.json ` file by adding requierd ` depedencies ` and ` scopedRegistries `
51- ```
52- {
53- "dependencies": {
54- "extensions.unity.bundle.efcore.sqlite": "0.0.4",
55- "org.nuget.castle.core": "5.1.1",
56- "org.nuget.sqlitepclraw.bundle_e_sqlite3": "2.1.10",
57- "org.nuget.sqlitepclraw.provider.e_sqlite3": "2.1.10",
58- "org.nuget.sqlitepclraw.provider.sqlite3": "2.1.10",
59- "org.nuget.sqlitepclraw.lib.e_sqlite3": "2.1.10"
60- },
61- "scopedRegistries": [
62- {
63- "name": "package.openupm.com",
64- "url": "https://package.openupm.com",
65- "scopes": [
66- "com.openupm",
67- "extensions.unity.bundle.efcore.sqlite"
68- ]
69- },
70- {
71- "name": "unitynuget-registry.azurewebsites.net",
72- "url": "https://unitynuget-registry.azurewebsites.net",
73- "scopes": [
74- "org.nuget"
75- ]
76- }
77- ]
78- }
79- ```
80-
8150# Alternative usage
8251
8352## 1. Create ` SQLiteContext ` class
0 commit comments