/StoreU

This package provides an easy to set up package for the sqlite-net library.

Primary LanguageC#MIT LicenseMIT

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