APIs & Integrations

Eric_Goldman
Participant

A step-by-step guide for building on HubSpot using your ORM (in this case, Prisma!)

Hey everyone,

 

After seeing our customers rapidly build complex integrations using Prisma ORM, we wanted to share this approach with the community.

 

If you haven’t heard of Prisma, it’s a modern ORM built for JavaScript and TypeScript. It comes with all sorts of nice features to improve your productivity:

  • A modern, intuitive API
  • Type safety!
  • IDE support
  • Robust query engine to ensure data returns fast
Querying HubSpot through Prisma is delightful. We were surprised how nested API calls can become one simple query. Plus, you can query across your application data (say a `users` table`), and your HubSpot data without even thinking about joins.
 
Give the guide a read - we’d love to hear what you all think.
 
1 Reply 1
Jaycee_Lewis
Community Manager
Community Manager

A step-by-step guide for building on HubSpot using your ORM (in this case, Prisma!)

Hey, hey @Eric_Goldman 👋 Thanks for sharing! — Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes