Update lowdb to 3.0.0 #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
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.
The text was updated successfully, but these errors were encountered: