StoreU
This package provides an easy to set up package for the sqlite-net library. It can be used wit UniTask to make use of the async functionalities.
de.antigui.storeu 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/storeu.git README Markdown
Copy this to your project's README.md
## Installation
Add **StoreU** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/storeu.git
```
[](https://www.pkglnk.dev/pkg/storeu)README
StoreU
An easy to set up Unity package for the sqlite-net library.
Installation
Unity Package Manager (UPM)
You will need to have git installed and set in your system PATH.
Find Packages/manifest.json in your project and add the following:
{
"dependencies": {
"de.antigui.storeu": "https://github.com/AntiGuide/StoreU.git#0.1.0",
"...": "..."
}
}
Usage
For information about the usage please refer to the sqlite-net wiki.
Contribute
Contributions to the repository are always welcome. There are several ways to contribute:
- Create an issue for a problem you found or an idea on how to improve the project
- Solve existing issues with PRs
- Write unit tests to make sure everything is running the way it is supposed to run
- Write wiki entries
Code Contribution
Credits
- Obvious as this is the whole reason this repo exists sqlite-net by Frank A. Krueger
- Readme from signals by Supyrb
- Developed by Lukas Wiedemann
License
- MIT - see LICENSE
No comments yet. Be the first!