Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/storeu.svg?style=pkglnk)](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

License

Comments

No comments yet. Be the first!