Coder Social home page Coder Social logo

Comments (3)

Brendonovich avatar Brendonovich commented on July 29, 2024 1

I think this is similar to steebchen/prisma-client-go#482, where sqlite relative paths are not resolved correctly, and so the database file is being created and migrated in the root of the repo but at runtime a new un-migrated database file is being created in the directory above the repo, so you get this error. For now I'd recommend either moving the schema.prisma file to the root of the repo (easier), or installing prisma-client-rust and the cli from the master branch (I have an annoying fix that will be included in v0.4.0)

from prisma-client-rust.

ltaoo avatar ltaoo commented on July 29, 2024

This works, thank you very much!

from prisma-client-rust.

fernandomarca avatar fernandomarca commented on July 29, 2024

I have the same problem, as I need to use integration as the node I made a special script in my package.json to always copy the database to the root of the project and activate the prism folder in its default location.
I used CPX for this.

"scripts": {
    "cargo:run": "cargo run",
    "prisma:migrate": "DISABLE_ERD=true npx prisma migrate dev && cpx ./prisma/dev.db/ ./",
    "prisma:generate": "npx prisma generate",
    "prisma:docs": "npx prisma-docs-generator serve"
  },

from prisma-client-rust.

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.