-
Notifications
You must be signed in to change notification settings - Fork 52
Modules
Alexandre Grison edited this page Jun 20, 2018
·
19 revisions
Here is a listing of the Duct framework (integrant based) supported modules:
- core - Core for Duct
- module.web - Module for running web applications
- logger.timbre - Integrant methods for the Timbre logging library
- module.logging - Logging module using the logger.timbre library
- database.sql - Integrant methods for connecting to a SQL database
- module.sql - Module for working with a SQL database
- database.sql.hikaricp - A JDBC connection pool based on HikariCP
- handler.sql - Duct library for building simple database-driven handlers
- database.redis.carmine - Integrant methods for connecting to Redis via Carmine
- duct-mongodb - Integrant methods for connecting to MongoDB via Monger
- migrator.ragtime - Running database migrations using Ragtime
- module.ataraxy - Module and router for the Ataraxy routing library
- middleware.buddy - Integrant keys for Buddy middleware
- server.http.jetty - Integrant methods for running a Jetty web server
- server.http.http-kit - Integrant methods for running a HTTP-Kit web server
- server.http.aleph - Integrant methods for running an Aleph web server
- compiler.sass - Compile Sass into CSS
- compiler.cljs - Integrant methods for compiling ClojureScript
- module.cljs - Develop and compile ClojureScript
- server.figwheel - Integrant methods for running Figwheel