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

refactor!: switch to better-sqlite3 #13

Merged
merged 1 commit into from
Dec 3, 2023
Merged

Conversation

mateusabelli
Copy link
Owner

@mateusabelli mateusabelli commented Dec 3, 2023

This PR replaces the sqlite3 library with better-sqlite3, as suggested on #8

BREAKING CHANGE:

  • The methods no longer requires async/await syntax
  • Method return types are auto-generated (WIP), only parameters have been set

@mateusabelli mateusabelli added the enhancement New feature or request label Dec 3, 2023
@mateusabelli mateusabelli linked an issue Dec 3, 2023 that may be closed by this pull request
@mateusabelli mateusabelli merged commit 3438ff0 into main Dec 3, 2023
3 checks passed
@mateusabelli mateusabelli deleted the refactor-sqlite3 branch December 3, 2023 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sqlite3 over better-sqlite3
1 participant