-
Updated
Jul 5, 2021 - TypeScript
mariadb
Here are 1,989 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
Jul 4, 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
Jul 2, 2021 - Go
-
Updated
Jul 1, 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
Jul 5, 2021 - Python
-
Updated
Jun 20, 2021 - PHP
Environment
Liquibase Version:
3.10.2
Liquibase Integration & Version: <Pick one: CLI, maven, gradle, spring boot, servlet, etc.>
CLI
Liquibase Extension(s) & Version:
Database Vendor & Version:
Oracle 12.1
Operating System Type & Version:
-
Updated
Jul 5, 2021 - Python
[ThreadStatic]
static volatile bool _suspended;
protected static bool Suspended
{
get => _suspended;
set => _suspended = value;
}
//...
Suspended = true;
var result = await operation(cancellationToken).ConfigureAwait(Configuration.Contin-
Updated
Jun 18, 2021 - Shell
-
Updated
Jun 30, 2021 - C#
-
Updated
Jul 5, 2021 - Python
-
Updated
May 23, 2021 - Go
-
Updated
Jul 4, 2021 - Go
-
Updated
Jul 4, 2021 - C#
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