DEV Community

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

Posted on • Edited on

2 1

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)

Billboard image

Try REST API Generation for MS SQL Server.

DevOps for Private APIs. With DreamFactory API Generation, you get:

  • Auto-generated live APIs mapped from database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay