
doobie.syntax.all.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doobie-core_3 Show documentation
Show all versions of doobie-core_3 Show documentation
Pure functional JDBC layer for Scala.
// Copyright (c) 2013-2020 Rob Norris and Contributors
// This software is licensed under the MIT License (MIT).
// For more information see LICENSE or https://opensource.org/licenses/MIT
package doobie.syntax
trait AllSyntax
extends ToApplicativeErrorOps
with ToFoldableOps
with ToConnectionIOOps
with ToStreamOps
with ToSqlInterpolator
with ToAlignSyntax
with ToPutOps
object all extends AllSyntax
© 2015 - 2025 Weber Informatics LLC | Privacy Policy