Skip to content

powersync-community/nodejs-drizzle-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks