harness.sql.query.Insert.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-sql_3 Show documentation
Show all versions of harness-sql_3 Show documentation
Miscellaneous libraries/utilities for Scala.
package harness.sql.query
import harness.deriving.*
import harness.sql.*
object Insert {
def into[T[_[_]] <: Table](implicit ti: TableSchema[T]): Query[T[K11.Identity]] =
Insert.Query(ti.insertFragment)
final class Query[I] private[Insert] (
private[query] val fragment: Fragment,
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy