Skip to content

duct-framework/database.sql.hikaricp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duct database.sql.hikaricp Build Status

Integrant methods for connecting to a SQL database from the Duct framework using HikariCP, an efficient connection pool.

Installation

Add the following dependency to your deps.edn file:

org.duct-framework/database.sql.hikaricp {:mvn/version "0.7.0"}

Or to your Leiningen project file:

[org.duct-framework/database.sql.hikaricp "0.7.0"]

Usage

This library depends on database.sql and provides the :duct.database.sql/hikaricp key, which is derived from :duct.database/sql.

The key takes the same config options as HikariCP (but as keywords, rather than setters), and returns a duct.database.sql.Boundary record that contains a DataSource.

{:duct.database.sql/hikaricp {:jdbcUrl "jdbc:sqlite:db/example.sqlite"}}

License

Copyright © 2024 James Reeves

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.