You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kevin O'Connell edited this page Oct 6, 2021
·
1 revision
Abacus uses DynamoDB for the production database
Where can I find it?
DynamoDB is found in backend/src/services/db/dynamo.ts
What are some important files to understand?
backend/src/services/dynamo.ts shows the structure of the calls we use to access the database. backend/src/services/database.ts shows the high-level constructors that create the database.