Sync modes
Deep Sync
Deep Sync allows you to get LIVE Stripe data inside your own database.
- ✅ LIVE Stripe data in your DB
- ✅ Sanebase streams to dedicated tables
- ✅ Scoped authentication – Sanebase has access ONLY to these specific tables and nothing else
- ✅ Directly reference Stripe data from your other tables
- ✅ You can finally foreign key from
workspace
tostripe_customer
maintaining referential integrity!
- ✅ You can finally foreign key from
- ✅ Direct access to Stripe tables in your application code
- ✅ No need to maintain Stripe state in your product / database
- ✅ No need to write custom logic to keep Stripe synced with your app
- ✅ Set it up once and you’re done
- ✅ Forget that there was ever something called Stripe webhooks 🎉
(More coming soon)