If you need a SQL database, the best answer is usually Postgres (nee PostgreSQL). The easiest way to access Postgres from Clojure is using the Next.JDBC library.
ADBC is an API standard (version 1.0.0) for database access libraries ("drivers") in C, Go, and Java that uses Arrow for result sets and query parameters. Instead of writing code to convert to and ...