Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
331 B

# Jdbi3
Jdbi is an open source Java library (Apache license) that uses lambda expressions and reflection to provide a friendlier, higher level interface than JDBC to access the database.
Visit the following resources to learn more:
- [@official@Jdbi](https://jdbi.org/)
- [@article@Jdbi Tutorial](https://www.baeldung.com/jdbi)