paulhendrix

Results 3 issues of paulhendrix

test.js: import * as fb from "npm:node-firebird"; let options = {}; options.host = "localhost"; options.port = 3050; options.database = "test1"; options.user = "SYSDBA"; options.password = "masterkey"; fb.attach(options, function (err, db)...

Version: Deno 1.38.3 Package: `npm: node-firebird` ```ts import * as fb from "npm:node-firebird"; let options = {}; options.host = "localhost"; options.port = 3050; options.database = "test1"; options.user = "SYSDBA"; options.password...

bug
node compat
node API polyfill

Hi I have installed and run all items but got this error: db connected database.query result "Staff" [ [ 1, 'JRT', '123', 4, 135 ], [ 2, 'MAT', '123', 2,...