skunk-tables icon indicating copy to clipboard operation
skunk-tables copied to clipboard

Single-column table classes don't work

Open chuwy opened this issue 1 year ago • 0 comments

Following should work:

case class Task(id: String)
object Task:
  val table = Table.of[Task].withName("tasks").build

chuwy avatar Jul 24 '23 18:07 chuwy