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",
"...": "..."
}
}
For information about the usage please refer to the sqlite-net wiki.
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
- 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
- MIT - see LICENSE