mirror of
https://github.com/knex/knex.git
synced 2025-07-11 11:01:54 +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);
|
||
|
};
|