All Downloads are FREE. Search and download functionalities are using the official Maven repository.

harness.sql.query.Insert.scala Maven / Gradle / Ivy

There is a newer version: 5.1.3
Show newest version
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