node-firebird 0.4.0 released with initial support for Service Manager . For the moment only Backup Service is implemented Firebird.attach(options, function(err, svc) { if (err) return; svc.backup( { database:'/DB/MYDB.FDB', files: [ { filename:'/DB/MYDB.FBK', sizefile:'0' } ] }, function(err, data) { console.log(data); });
↧