rlb3 / pool_dive

An explanation of DBConnection pooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBConnection pooling explanation

This is a writeup of how pooling works in the Elixir library DBConnection. It's written as a LiveBook and contains interactive code snippets.

The notebook can be run locally by installing LiveBook, cloning this repo, and running:

livebook server pool_dive.livemd

About

An explanation of DBConnection pooling

License:MIT License