mirror of
https://github.com/knex/knex.git
synced 2025-07-05 08:01:09 +00:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
'use strict';
|
|
|
|
module.exports = function(client) {
|
|
require('./schema')(client);
|
|
require('./table')(client);
|
|
require('./column')(client);
|
|
}; |