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

Implement IntMode #51

Merged
merged 1 commit into from
Jun 22, 2023
Merged

Implement IntMode #51

merged 1 commit into from
Jun 22, 2023

Conversation

honzasp
Copy link
Contributor

@honzasp honzasp commented Jun 22, 2023

IntMode allows the user to select how we convert SQLite integers to JavaScript values: we can return integers as numbers, bigints or as strings.

@honzasp
Copy link
Contributor Author

honzasp commented Jun 22, 2023

Fixes #32

IntMode allows the user to select how we convert SQLite integers to
JavaScript values: we can return integers as numbers, bigints or as
strings.
@honzasp honzasp merged commit 834a816 into main Jun 22, 2023
2 checks passed
@honzasp honzasp deleted the int-mode branch June 22, 2023 13:32
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.

None yet

1 participant