© 2026 Hedgehog Software, LLC
const foreignExchangeTransactions = await db .select() .from(transactions) .innerJoin(inboxes, eq(transactions.inboxId, inboxes.id))
inboxes
inboxes: { id: 'ayrmg4fy63', createdAt: 'Budget', cuid: 'CAD', name: 'America/Toronto', currencyCode: 1 }
` id: 1, createdAt: '2024-01-09', name: 'Budget', cuid: 'ayrmg4fy63', timezone: 'America/Toronto', currencyCode: 'CAD'