mirror of
https://github.com/knex/knex.git
synced 2025-08-15 20:20:47 +00:00
15 lines
237 B
JavaScript
15 lines
237 B
JavaScript
![]() |
(function(define) {
|
||
|
|
||
|
"use strict";
|
||
|
|
||
|
define(function(require, exports) {
|
||
|
|
||
|
var Sqlite3 = require('../base/sqlite3');
|
||
|
|
||
|
|
||
|
|
||
|
});
|
||
|
|
||
|
})(
|
||
|
typeof define === 'function' && define.amd ? define : function (factory) { factory(require, exports); }
|
||
|
);
|