mirror of
https://github.com/knex/knex.git
synced 2025-07-10 10:31:43 +00:00
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = function(client) {
|
||
|
require('./schema')(client);
|
||
|
require('./table')(client);
|
||
|
require('./column')(client);
|
||
|
};
|