squid
Version:
Provides SQL tagged template strings and a schema definition function.
9 lines (8 loc) • 314 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./schema"));
// Just pass through; the postgres query config format is our default data model
__export(require("./sql"));