-
Updated
Jun 30, 2021 - TypeScript
mariadb
Here are 1,984 public repositories matching this topic...
λ npx prisma generate
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
✔ Generated Prisma Client (2.25.0) to .\prisma\foo in 738ms
You can now start using Prisma Client in your code. Reference: https://pris.ly/d/client
```
import { PrismaClient } from './prisma\foo'
const prisma = new PrismaClient()
```
Note the ./prisma\foo. The path
-
Updated
Jun 29, 2021 - Vue
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
-
Updated
Jun 29, 2021 - Go
-
Updated
Jun 30, 2021 - Java
Describe the bug
After recent updates, CSS is broken (got a little bit darker) for table names and also some icons are missing. It affects only 5.2. Can also be seen on https://demo.phpmyadmin.net/master-config/index.php?route=/database/structure&db=StdMdDB
To Reproduce
Steps to reproduce t
Is it possible for sqlx to have an impl of Decode for Cow<'_, str> (with implementation delegation to str, similar to what String is doing)?
-
Updated
Jun 28, 2021 - Python
-
Updated
Jun 20, 2021 - PHP
Environment
macOS Big-sur
Liquibase Version:
4.4.0
Liquibase Integration & Version:
CLI
Operating System Type & Version:
macOS big sur
Description
After i had installed liquibase 4.4.0 from official site
-
Updated
Jun 30, 2021 - Python
Discussed in linq2db/linq2db#3073
Originally posted by ww9 June 24, 2021
Hi,
I've been trying to log SQL queries like this and it works but it doesn't tell me about transactions which are important to my log.
Environment details
linq2db version: Release 4.0.0-preview.1
Database Server: MariaDB 10.4
-
Updated
Jun 18, 2021 - Shell
-
Updated
Jun 30, 2021 - C#
-
Updated
Jun 28, 2021 - Python
-
Updated
May 23, 2021 - Go
-
Updated
Jun 16, 2021 - C#
-
Updated
Jun 30, 2021 - Go
Improve this page
Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."
Issue Description
What are you doing?
I am trying to strongly type my application using Typescript and Sequelize. I have noticed th