Improved README with examples and updated compatibility#378
Merged
aaberg merged 1 commit intoaaberg:masterfrom Mar 9, 2025
FXV6624:update-readme
Merged
Improved README with examples and updated compatibility#378aaberg merged 1 commit intoaaberg:masterfrom FXV6624:update-readme
aaberg merged 1 commit intoaaberg:masterfrom
FXV6624:update-readme
Conversation
aaberg
reviewed
Mar 3, 2025
| @@ -1,19 +1,53 @@ | |||
| # sql2o [](https://github.com/aaberg/sql2o/actions) [](https://search.maven.org/search?q=g:org.sql2o%20a:sql2o) | |||
Owner
There was a problem hiding this comment.
Why did you remove the github actions and maven labels?
| When fetching data from the database, the ResultSet will automatically be filled into your POJO objects. | ||
| Kind of like an ORM, but without the SQL generation capabilities. | ||
| Sql2o requires at Java 7 or 8 to run. Java versions past 8 may work, but is currently not supported. | ||
| Sql2o is compatible with **Java 8 and later versions**, including Java 11 and 17. |
Owner
There was a problem hiding this comment.
Wow, that old description, saying that it isn't compatible with Java 8 or newer, is very misleading. Thanks for updating!
|
Hi, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improved the README.md by adding:
-Compatibility with Java 11 and 17 (updated from Java 7/8). Tested using Java 17
-Quick use example to facilitate adoption. Basic example about sql2o's main functions, new users don´t need to visit the wiki or the code guidelines to see how sql2o works