UNPKG

gittoken-api-middleware

Version:

GitToken Express Middleware for GitHub Webhook Endpoints

11 lines (9 loc) 263 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = gittokenSQLite; var sqlite3 = require('sqlite3').verbose(); function gittokenSQLite() { this.sqliteDB = new sqlite3.Database(this.dirPath + '/gittoken.sqlite'); }