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

Update lowdb to 3.0.0 #1

Open
akash-joshi opened this issue Mar 30, 2022 · 2 comments
Open

Update lowdb to 3.0.0 #1

akash-joshi opened this issue Mar 30, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@akash-joshi
Copy link
Owner

akash-joshi commented Mar 30, 2022

The current version of lowdb in the app is set to 1.0.0. This version doesn't have Typescript typings, which makes it difficult to check for correctness of the data persistence layer of the code.

The latest version of lowdb on npm is strongly typed via Typescript, but it has a lot of breaking changes. I need help in migrating the existing codebase to that version.

@akash-joshi akash-joshi added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Mar 30, 2022
@ikkurthis1998
Copy link

Hi Akash, I would like to help you on this, Can you provide me the schema for the db?

@akash-joshi
Copy link
Owner Author

Hey @ikkurthis1998, you don't need to know the db schema to start with this task.

You can check this code out to understand current schema.

Once you update the dependency, you'll start seeing Typescript errors which you can build upon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants