Browse Part V: Building Applications with Clojure

14.3 Interacting with Databases using JDBC

In this section

  • 14.3.1 JDBC Basics
    Discover how JDBC (Java Database Connectivity) provides a standard API for seamless interaction with databases from both Java and Clojure.
  • 14.3.2 Using clojure.java.jdbc
    Explore comprehensive examples of connecting, querying, handling results, and managing transactions in databases using clojure.java.jdbc.
  • 14.3.3 Next.jdbc
    Explore next.jdbc, a modern JDBC library for Clojure, and learn how to perform database operations efficiently.
Saturday, October 5, 2024