Skip to content

Commit 5a930f6

Browse files
committed
Updated readme
1 parent ef74260 commit 5a930f6

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Unity + EFCore + SQLite = ❤️
2+
3+
![npm](https://img.shields.io/npm/v/extensions.unity.bundle.efcore.sqlite) [![openupm](https://img.shields.io/npm/v/extensions.unity.extensions.unity.bundle.efcore.sqlite?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/extensions.unity.extensions.unity.bundle.efcore.sqlite/) ![License](https://img.shields.io/github/license/IvanMurzak/Unity-EFCore-SQLite) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
4+
5+
Ready to go bundle package that includes references on [EntityFrameworkCore](https://github.com/dotnet/efcore) and [SQLitePCLRaw](https://github.com/ericsink/SQLitePCL.raw) packages that just works in this combination for the next platforms:
6+
7+
- ✔️ Windows
8+
- ✔️ Android
9+
- ✔️ iOS
10+
- MacOS (need to test)
11+
12+
# Usage
13+
14+
Call the function once at app startup. Important to do that before opening SQLite connection.
15+
16+
```C#
17+
SQLitePCLRaw.Startup.Setup();
18+
```
19+
20+
# Installation
21+
22+
- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
23+
- Open command line in Unity project folder
24+
- Run the command
25+
26+
``` CLI
27+
openupm add extensions.unity.bundle.efcore.sqlite
28+
```

Assets/_PackageRoot/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Unity + EFCore + SQLite = ❤️
2+
3+
![npm](https://img.shields.io/npm/v/extensions.unity.bundle.efcore.sqlite) [![openupm](https://img.shields.io/npm/v/extensions.unity.extensions.unity.bundle.efcore.sqlite?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/extensions.unity.extensions.unity.bundle.efcore.sqlite/) ![License](https://img.shields.io/github/license/IvanMurzak/Unity-EFCore-SQLite) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
4+
5+
Ready to go bundle package that includes references on [EntityFrameworkCore](https://github.com/dotnet/efcore) and [SQLitePCLRaw](https://github.com/ericsink/SQLitePCL.raw) packages that just works in this combination for the next platforms:
6+
7+
- ✔️ Windows
8+
- ✔️ Android
9+
- ✔️ iOS
10+
- MacOS (need to test)
11+
12+
# Usage
13+
14+
Call the function once at app startup. Important to do that before opening SQLite connection.
15+
16+
```C#
17+
SQLitePCLRaw.Startup.Setup();
18+
```
19+
20+
# Installation
21+
22+
- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
23+
- Open command line in Unity project folder
24+
- Run the command
25+
26+
``` CLI
27+
openupm add extensions.unity.bundle.efcore.sqlite
28+
```

Assets/_PackageRoot/README.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)