How do "savepoints" work? does it work with any db backend, eg Postgres?
in kysely, the dialect you're using has to implement the new optional savepoint-specific methods for it to work.
in kysely, the dialect you're using has to implement the new optional savepoint-specific methods for it to work.