How to use the node-sql-2.define function in node-sql-2

To help you get started, we’ve selected a few node-sql-2 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github doxout / anydb-sql / anydb-sql.js View on Github external
db.define = function (opt) {
        var t = extendedTable(sql.define.apply(sql, arguments), opt);
        db.models[opt.name] = t;
        return t;
    };

node-sql-2

sql builder

MIT
Latest version published 3 years ago

Package Health Score

51 / 100
Full package analysis

Similar packages