zio-sql icon indicating copy to clipboard operation
zio-sql copied to clipboard

Support INSERT without specifying columns

Open sviezypan opened this issue 2 years ago • 0 comments

Support INSERT without specifying columns

insertInto(table).values(data)

data would be tuple or a case class that contains all non optional columns of a table in the right order.

sviezypan avatar Jan 11 '23 15:01 sviezypan