From 3f9357e2854632a93a6a64d546351b4fae4f55ec Mon Sep 17 00:00:00 2001 From: germannewsmaker <35641351+germannewsmaker@users.noreply.github.com> Date: Thu, 24 Dec 2020 10:30:32 +0100 Subject: [PATCH 1/2] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7d3d0be --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Mathias Wagner + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 6159ba1edaa7fc7a357fd7b9705a399bf3e0c343 Mon Sep 17 00:00:00 2001 From: germannewsmaker <35641351+germannewsmaker@users.noreply.github.com> Date: Thu, 24 Dec 2020 11:45:00 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c6efc50..f7ef362 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ This is a small project for quickly managing a MySQL database in Java. It makes - TIMEZONE_UTC *(serverTimezone=UTC)* 2. Perform a standard SQL query - Get a ResultSet - ```java - connection.getResultSet("default query", "parameters"); - ``` + ```java + connection.getResultSet("default query", "parameters"); + ``` - Perform an update - ```java - connection.update("query", "parameters"); - ``` + ```java + connection.update("query", "parameters"); + ``` 3. Get something from a table with managers 1. Getting a Result (For one result) ```java @@ -127,4 +127,4 @@ Currently there are not many features yet, so feel free to write me some suggest [issues-shield]: https://img.shields.io/github/issues/germannewsmaker/sqltoolkit.svg?style=for-the-badge [issues-url]: https://github.com/germannewsmaker/sqltoolkit/issues [license-shield]: https://img.shields.io/github/license/germannewsmaker/sqltoolkit.svg?style=for-the-badge -[license-url]: https://github.com/germannewsmaker/sqltoolkit/blob/master/LICENSE.txt \ No newline at end of file +[license-url]: https://github.com/germannewsmaker/sqltoolkit/blob/master/LICENSE.txt