UNPKG

livia-orientdb

Version:

OrientDB adapter for universal database driver Livia

12 lines (9 loc) 182 B
import { Types } from 'livia'; export default class ShortType extends Types.Number { static toString() { return 'Short'; } static getDbType() { return 'SHORT'; } }