UNPKG

livia-orientdb

Version:

OrientDB adapter for universal database driver Livia

12 lines (9 loc) 188 B
import { Types } from 'livia'; export default class IntegerType extends Types.Number { static toString() { return 'Integer'; } static getDbType() { return 'INTEGER'; } }