Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add charset custom #340

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dliocode
Copy link
Contributor

@dliocode dliocode commented Jul 4, 2024

No description provided.

@dliocode
Copy link
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

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