Skip to content

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

License

Notifications You must be signed in to change notification settings

AntiGuide/StoreU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages