UNPKG

quickpostgres

Version:

An easy, beginner-friendly PostgreSQL database wrapper similar to quick.db.

7 lines 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = async (db, params, options) => { // Drop table await db.query(`DROP TABLE ${options.table}`); }; //# sourceMappingURL=drop.js.map