Coder Social home page Coder Social logo

Comments (7)

igalklebanov avatar igalklebanov commented on June 24, 2024 1

Hey 👋

By design.

const { error, results } = await migrator.migrateToLatest()

if (error) {
 // ...
}

https://kysely.dev/docs/migrations#running-migrations

from kysely.

koskimas avatar koskimas commented on June 24, 2024 1

I must have missed this bit.

It's the first thing we mention in the docs. You can also just hover over the function to see the docs.

Screenshot 2024-05-27 at 12 53 34

from kysely.

koskimas avatar koskimas commented on June 24, 2024

Tried it. Worked for me. Also, we have tests.

from kysely.

Sleepful avatar Sleepful commented on June 24, 2024

@koskimas What should the error look like on the terminal?

I am running on Deno with PostgresJS driver, I noticed even failure to connect to DB was not creating an error with a stack trace, it was just terminating the process.

This is without putting try/catch around the code.

I don't see tests that cover this scenario though.

from kysely.

Sleepful avatar Sleepful commented on June 24, 2024

@igalklebanov thank you! I must have missed this bit.

I was just going to comment how the error can be caught inside the migration file itself but not outside.

Got it!

from kysely.

igalklebanov avatar igalklebanov commented on June 24, 2024

Btw, we have a new CLI in the works. https://github.com/kysely-org/kysely-ctl

Try it out.

from kysely.

Sleepful avatar Sleepful commented on June 24, 2024

Yeah it's my bad guys, sorry 😅
In part because I was rewriting the code to work well with Deno so I was a little distracted.
I want to push a PR for docs with my Deno code soon to make it up to you both.

from kysely.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.