DEV Community

Cover image for JDBC Tutorial [Crash Course]
Marco Behler
Marco Behler

Posted on • Updated on

JDBC Tutorial [Crash Course]

Ever looked for a comprehensive intro to JDBC that is fun and entertaining at the same time? Then have a look at this brand-new episode of the "Marco Codes" YouTube channel: JDBC Tutorial - Nice & Easy.

In this video, you'll learn how to use JDBC, i.e. the basic API that every Java program uses to access databases:

Understand what JDBC drivers are and where to get them. How to use an embedded H2 database, in addition to the usual suspects like MySQL or Postgres. Fire off SQL select, insert, update and delete statements from Java. And finally learn about connection pools and the overall Java database framework/library landscape.

By the end of the tutorial, there won't be many questions left when it comes to accessing databases with Java.

👉JDBC Tutorial: Nice and Easy

Let us know what you think in the comments!

Top comments (0)