Comment on Show HN: Stripe-no-webhooks – Sync your Stripe data to your Postgres DBComments−acomagu7moOK, so how does it differ from Supabase one? https://github.com/supabase/stripe-sync-engine−ramonga6mostripe-no-webhooks integrates automatically with nextjs via cli & gives you useful abstractions on top of postgres like await billing.credits.consume({ userId, key: "api_calls", amount: 1 });
Comments
OK, so how does it differ from Supabase one? https://github.com/supabase/stripe-sync-engine
stripe-no-webhooks integrates automatically with nextjs via cli & gives you useful abstractions on top of postgres like await billing.credits.consume({ userId, key: "api_calls", amount: 1 });