Support for kysely migration
Open
@vvo is already working on this.
Since Nov 2, 2023.
storage: postgres
- Dominant language
- TypeScript
- Stars
- 595
- Forks
- 101
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 1
Description
I would be great if we can use kysely migrations. That should be achieved by disabling transactions
Currently we have this error
{
error: [VercelPostgresError: VercelPostgresError - 'kysely_transactions_not_supported': Transactions are not supported yet.] {
code: 'kysely_transactions_not_supported',
name: 'VercelPostgresError'
}
I think this could be useful
https://kysely-org.github.io/kysely-apidoc/interfaces/DialectAdapter.html#supportsTransactionalDdl
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.