UNPKG

livia-orientdb

Version:

OrientDB adapter for universal database driver Livia

17 lines (13 loc) 293 B
import { Types } from 'livia'; /* Javascript long has support for 53bits only http://www.w3schools.com/js/js_numbers.asp */ export default class LongType extends Types.Number { static toString() { return 'Long'; } static getDbType() { return 'LONG'; } }