mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-06 14:45:38 +01:00
Fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Code generated by Prisma Client Rust. DO NOT EDIT
|
// Code generated by Prisma Client Rust. DO NOT EDIT
|
||||||
|
|
||||||
pub static DATAMODEL_STR: &str =
|
pub static DATAMODEL_STR: &str =
|
||||||
include_str!("/Users/kurbezz/books_project/users_settings_server/prisma/schema.prisma");
|
include_str!("../prisma/schema.prisma");
|
||||||
static DATABASE_STR: &str = "postgresql";
|
static DATABASE_STR: &str = "postgresql";
|
||||||
pub async fn new_client() -> Result<PrismaClient, ::prisma_client_rust::NewClientError> {
|
pub async fn new_client() -> Result<PrismaClient, ::prisma_client_rust::NewClientError> {
|
||||||
PrismaClient::_builder().build().await
|
PrismaClient::_builder().build().await
|
||||||
|
|||||||
Reference in New Issue
Block a user