Skip to content

Commit 06f5564

Browse files
committed
Add migration tool links - Fixes porsager#33
1 parent 844e7f2 commit 06f5564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,11 @@ This error is thrown if the user has called [`sql.end()`](#sql_end) and performe
546546
547547
This error is thrown for any queries that were pending when the timeout to [`sql.end({ timeout: X })`](#sql_destroy) was reached.
548548

549+
## Migration tools
550+
551+
Postgres.js doesn't come with any migration solution since it's way out of scope, but here are some modules that supports Postgres.js for migrations:
552+
553+
- https://github.com/lukeed/ley
549554

550555
## Thank you
551556

0 commit comments

Comments
 (0)