UNPKG

lupdo

Version:

Database Abstraction Layer for Node js

11 lines (10 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PdoConnection = void 0; class PdoConnection { constructor() { this.version = ''; } } exports.PdoConnection = PdoConnection; exports.default = PdoConnection;