https://github.com/jkaninda/crud
Android Kotlin Mysql Library
https://github.com/jkaninda/crud
Last synced: 4 months ago
JSON representation
Android Kotlin Mysql Library
- Host: GitHub
- URL: https://github.com/jkaninda/crud
- Owner: jkaninda
- Created: 2020-09-23T10:45:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T17:41:26.000Z (about 5 years ago)
- Last Synced: 2025-02-16T09:21:52.746Z (8 months ago)
- Language: Kotlin
- Homepage:
- Size: 246 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android kotlin Mysql Library
[](http://www.apache.org/licenses/LICENSE-2.0)
## Download and Import
### PHP APIDownload from [here](https://github.com/jkanTech/crud/raw/master/api/api.zip).
### Android Studio/Gradle
- Maven:
```groovy
jitpack.io
https://jitpack.io
com.github.jkanTech
Crud
1.0.1
```
- JitPack.io, add `jitpack.io` repositiory and dependency to your `build.gradle`:
```groovy
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
implementation 'com.github.jkantech:crud:1.0.2'
}
```
## Usage
1. Download the latest version of the API
2. Unzip it in your server directory
3. Go to the api/query/v1/database folder
4. Open the config.php file
5. Put the database username, password and database name
```php
Examples :eyes:
Download the [Crud Example App]() or look at the [source code](https://github.com/jkanTech/crud/tree/master/CrudExample).
## Authors* **Jonas Kaninda** - [jkanTech](https://github.com/jkantech)
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.