We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844e7f2 commit 06f5564Copy full SHA for 06f5564
README.md
@@ -546,6 +546,11 @@ This error is thrown if the user has called [`sql.end()`](#sql_end) and performe
546
547
This error is thrown for any queries that were pending when the timeout to [`sql.end({ timeout: X })`](#sql_destroy) was reached.
548
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
554
555
## Thank you
556
0 commit comments