jdbchttpsql is a lightweight Kotlin library designed to facilitate HTTP communication with SQL databases using JDBC. This library is the repository foundation for an Android Radio Streaming app to support Indie Radio Stations.
- Simple Integration: Easily integrate HTTP communication with SQL databases.
- Lightweight: Minimal dependencies and easy to use.
- Secure: Supports secure communication protocols.(If BouncyCastle gets implemented)
- Efficient: Uses Song Duration based requests to prevent excessive data requests.
- Java Development Kit (JDK) 8 or higher
- Gradle (for project build)
-
Clone the repository:
git clone https://github.com/JeremiahBoothe/jdbc-http-sql.git
-
Navigate to the project directory:
cd jdbchttpsql -
Build the project using Gradle:
gradle build
Configure the library using a properties file or environment variables to specify database connection details, like URL, username, and password.
For any issues or feature requests, please open an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.