Skip to content

Instantly share code, notes, and snippets.

View marko911's full-sized avatar

Marko Bilal marko911

View GitHub Profile
// Code generated by Prisma Client Rust. DO NOT EDIT
pub static DATAMODEL_STR: &'static str =
include_str!("../prisma/schema.prisma");
static DATABASE_STR: &'static str = "postgresql";
pub async fn new_client() -> Result<PrismaClient, ::prisma_client_rust::NewClientError> {
PrismaClient::_builder().build().await
}
pub async fn new_client_with_url(
url: &str,

Keybase proof

I hereby claim:

  • I am marko911 on github.
  • I am mbilal (https://keybase.io/mbilal) on keybase.
  • I have a public key ASAJATwVe_d_84RTNgam7heM87kZIU6WZN9VanMJWPlP9Qo

To claim this, I am signing this object:

<dom-module id="gd-column">
<link rel="stylesheet" href="gd-column.css">
<template>
<style is="custom-style">
paper-item:hover {
background-color: rgba(158,158,158,0.2);
}
.flex {
@apply(--layout-flex);
}