skunk
skunk copied to clipboard
A data access library for Scala + Postgres.
## About this PR 📦 Updates * [org.tpolecat:natchez-core](https://github.com/typelevel/natchez) * [org.tpolecat:natchez-honeycomb](https://github.com/typelevel/natchez) * [org.tpolecat:natchez-jaeger](https://github.com/typelevel/natchez) from `0.3.7` to `0.3.8` 📜 [GitHub Release Notes](https://github.com/typelevel/natchez/releases/tag/v0.3.8) - [Version Diff](https://github.com/typelevel/natchez/compare/v0.3.7...v0.3.8) ## Usage ✅ **Please merge!** I'll automatically...
## About this PR 📦 Updates [org.scalameta:junit-interface](https://github.com/scalameta/munit) from `1.1.0` to `1.1.1` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.1.1) - [Version Diff](https://github.com/scalameta/munit/compare/v1.1.0...v1.1.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
Adds support for connecting to the Postgres server via unix domain sockets. Example usage: ```scala Session.Builder[IO] .withUnixSockets .withUser("jimmy") .withDatabase("world") .single ``` The above configuration results in connecting via `/tmp/.s.PGSQL.5432`. Variations...
## About this PR 📦 Updates * [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) * [org.typelevel:cats-effect-testkit](https://github.com/typelevel/cats-effect) from `3.6.0` to `3.6.1` 📜 [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.6.1) - [Version Diff](https://github.com/typelevel/cats-effect/compare/v3.6.0...v3.6.1) ## Usage ✅ **Please merge!** I'll automatically update this...
I can't seem to find any way to make Skunk connect to a local Postgres with "peer" authentication (https://www.postgresql.org/docs/current/auth-peer.html). This authentication type is the default out-of-the-box for local Postgres connections,...
I had to revert #1114 on main due to a test failure in PoolTest: ``` ==> X tests.PoolTest.progress and safety with many fibers and reset failures 0.044s skunk.util.Pool$ResourceLeak: 🔥 🔥...
The flood of 🔥 emojis looks cool and definitely draws attention when you hit an issue in local development, but it's not well supported in all CI systems, and certainly...
## About this PR 📦 Updates [org.typelevel:twiddles-core](https://github.com/typelevel/twiddles) from `0.6.2` to `0.6.3` 📜 [GitHub Release Notes](https://github.com/typelevel/twiddles/releases/tag/v0.6.3) - [Version Diff](https://github.com/typelevel/twiddles/compare/v0.6.2...v0.6.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.20` to `2.12.21` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.21) - [Version Diff](https://github.com/scala/scala/compare/v2.12.20...v2.12.21) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...