Updated README.md

added link back to the article: https://www.baeldung.com/java-jdbc-convert-resultset-to-json
This commit is contained in:
Asjad J 2022-05-23 16:30:02 +05:00 committed by GitHub
parent ae845a3ed7
commit 37fe7442f8
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@
- [A Guide to Auto-Commit in JDBC](https://www.baeldung.com/java-jdbc-auto-commit)
- [JDBC Connection Status](https://www.baeldung.com/jdbc-connection-status)
- [Get the Number of Rows in a ResultSet](https://www.baeldung.com/java-resultset-number-of-rows)
- [Converting a JDBC ResultSet to JSON in Java](https://www.baeldung.com/java-jdbc-convert-resultset-to-json)