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.
- Node.js 22.15.0 + npm
- PowerSync Service instance
- Clone the repository
- Install dependencies:
npm install - Create a
.envfilecp .env.template .envand set the two required environment variables - Run the app:
npm run start