node-firebird icon indicating copy to clipboard operation
node-firebird copied to clipboard

feat: Add charset custom

Open dliocode opened this issue 1 year ago • 2 comments

dliocode avatar Jul 04 '24 19:07 dliocode

`Why use:

const config = { host: '127.0.0.1', port: 3050, database: "/path/to/base.fdb", user: "SYSDBA", password: "masterkey", lowercase_keys: true, pageSize: 4096, retryConnectionInterval: 1000, encoding: 'WIN1252', charset: 'latin1' // Add new configuration - charset custom } `

dliocode avatar Jul 04 '24 19:07 dliocode

This is a neat feature that has been requested by the south american comunity, would be great to be able to stop modifying the source code of the package on production environments.

nickolasdeluca avatar Jul 04 '24 19:07 nickolasdeluca