ssanjose/transact

REFACTOR: DB index optimizations

Open

#54 opened on Mar 13, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (1 fork)auto 404
beginner issueenhancementgood first issuehelp wanted

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

The indexes I created needed to be checked to see if they are correctly set up. For example, only put indexes on columns being checked by WHERE clause using Dexie.

All of the things needed to be checked at in the services folder. The db config for table is in this file

Putting this up for anyone to take.

Contributor guide