Skip to main content
v0.6 moves the database backends into the core openworkflow package. This simplifies installation, reduces dependency management, and makes imports cleaner. Here’s everything you need to know to upgrade.

Step-by-Step Migration

1. Update Your Imports

Find and replace the old import paths:

2. Update Your Dependencies

Remove the legacy packages:
If you’re using PostgreSQL, install the postgres driver directly:
Your package.json should now look like:

3. That’s It

No other changes needed. The backend API is identical.

Verify the Upgrade

Run the doctor command after upgrading:
You should see Configuration looks good!.

New Projects

If you’re starting fresh, just run:
The CLI now generates code with the new import paths automatically.

Need Help?

If you run into issues: