Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.75k stars 106 forks source link

Issue with pushing code #346

Closed STNeto1 closed 1 year ago

STNeto1 commented 1 year ago
➜  storefront-api git:(master) ✗ cargo prisma db push
    Finished dev [unoptimized + debuginfo] target(s) in 0.29s
warning: the following packages contain code that will be rejected by a future version of Rust: bigint v4.4.3
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
     Running `target/debug/prisma-cli db push`
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "testing" at "aws.connect.psdb.cloud:3306"

Error: Migration engine error:

Crate version

prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.8", default-features = false, features = [
  "mysql",
] }
Brendonovich commented 1 year ago

oh that's weird, will have a look soon

STNeto1 commented 1 year ago

Even using RUST_LOG=debug nothing was no log

STNeto1 commented 1 year ago

The issue was related to a missing libssl in the SO