mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
var db = module.exports = Class(function(){
|
|
return {
|
|
init: function(){
|
|
|
|
}
|
|
}
|
|
});
|
|
db.getInstance = function(config){
|
|
|
|
} |