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

widebase.io.table.FileTableSaver.scala Maven / Gradle / Ivy

The newest version!
package widebase.io.table

/** Wrapper of [[widebase.io.table.FileTableSave]].
 *
 * @param path of database
 *
 * @author myst3r10n
 */
class FileTableSaver(path: String) {

  /** Saves tables into database.
   *
   * @param path of database
   *
   * @author myst3r10n
   */
  object save extends FileTableSave(path)

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy