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

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

The newest version!
package widebase.io.table

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

  /** Map directory tables from database.
   *
   * @param path of database
   *
   * @author myst3r10n
   */
  object map extends FileTableMap(path)

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy