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

a8.sync.DataSet.scala Maven / Gradle / Ivy

The newest version!
package a8.sync

import a8.shared.jdbcf.Row
import org.typelevel.ci.CIString

object DataSet {

}


case class DataSet(
  rows: Vector[Row]
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy