Skip to content

feat: Add charset custom#340

Open
dliocode wants to merge 2 commits intohgourvest:masterfrom
dliocode:feat/add-charset-custom
Open

feat: Add charset custom#340
dliocode wants to merge 2 commits intohgourvest:masterfrom
dliocode:feat/add-charset-custom

Conversation

@dliocode
Copy link
Copy Markdown
Contributor

@dliocode dliocode commented Jul 4, 2024

No description provided.

@dliocode
Copy link
Copy Markdown
Contributor Author

dliocode commented Jul 4, 2024

`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
}
`

@nickolasdeluca
Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants