Hey, everyone! I’m helping build Sync Inc. We tur...
# madewithprisma
a
Hey, everyone! I’m helping build Sync Inc. We turn APIs from services like Airtable and Stripe into real-time Postgres databases. This means you can (finally) read data from third-party platforms using Prisma 🥳 We spin up a replica Postgres database with eg your Stripe data on AWS (or sync right to a schema in your existing db). All you need to do is drop our pre-generated
schema.prisma
into your app and start querying. We just launched support for Stripe. So I built a proof-of-concept showcasing using Prisma to build a customer billing portal using a company’s Stripe data: https://github.com/syncinc-so/stripe-billing-prisma Our Prisma schema is pretty good, still honing in some verbose back-references. Stripe has 82 tables (!!!), so we still have work to do around on-boarding/making it easy to navigate. But I’m a DM away if you want any help finding your way around. 🙏
🐿️ 3
prisma rainbow 12
👀 4
👍 8
n
I have no use for this at the moment, but just wanna say it’s amazing! Great job
☝️ 1
❤️ 2
t
very cool!