Brendonovich / prisma-client-rust

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

sqlx generator #262

Closed Brendonovich closed 1 year ago

Brendonovich commented 1 year ago

Prisma schema -> sqlx schema to allow using offline mode without ever connecting to a database.

Brendonovich commented 1 year ago

i don't think this will work since sqlx's offline stuff is only for specific queries, not for arbitrary new ones :(