zio-sql
zio-sql copied to clipboard
Support INSERT without specifying columns
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.