Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.02 KB

File metadata and controls

21 lines (14 loc) · 1.02 KB

PowerSync + Node.js + Drizzle

This is a minimal demo repository that shows how to use the PowerSync Node.js SDK along with Drizzle.

For more information about the PowerSync Node.js SDK see this page from the official PowerSync docs.

If you want to learn more about the PowerSync integration with Drizzle ORM, see this page.

Prerequisites

  • Node.js 22.15.0 + npm
  • PowerSync Service instance
    • You can sign-up for a Free plan on PowerSync Cloud or,
    • Self-host a PowerSync Service instance

Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Create a .env file cp .env.template .env and set the two required environment variables
  4. Run the app: npm run start