-
Hi,
First of all thanks, I going to look if I can help,
I don't know if it intended but the pypi name is : `elgeql-qb` instead of `edgeql-qb`
A small fix to do !
thanks
-
- EdgeDB Version:
EdgeDB CLI 2.2.0+35980b5
EdgeDB Instance "version": "2.6+db69671",
- OS Version:
MacOS 12.6 (21G115)
The schema has some types connected by links.
For each link to type …
-
## Problem
PlanetScale offers a [serverless driver](https://github.com/planetscale/database-js) for environments like Cloudflare Workers and Deno Deploy, but Prisma does not have support for it.
#…
-
```bash
npx edgeql-js --target esm
svelte-kit dev
```
```
10:22:44 AM [vite] Error when evaluating SSR module /Users/mark/src/Careswitch/platform/src/routes/index.ts:
Error: Failed to resolve …
-
When attempting to create a client using a DSN, the following error is thrown:
```
System.ArgumentOutOfRangeException
HResult=0x80131502
Message=The maximumCount argument must be a positive nu…
-
When running `npx projen` in my mono repo I'm getting the following error:
```
foo main• ↑4 ❱ npx projen devenv-shell-env
👾 default | ts-node --project tscon…
-
Here we are performing a bulk insert on a very simple object type, `Inference`.
```
type Inference {
required property input_prompt -> json;
required property input_content -> json;
…
-
Just created a migration for a schema change. Now it thinks there are changes, and it cannot resolve them.
https://github.com/SeedCompany/cord-api-v3/tree/develop/dbschema
```
=================…
-
Variadic functions have all their variadic arguments packed into an array. If one of those arguments is `NULL`, the array will have a `NULL` in it, which is not legit in edgeql.
```
edgedb> create…
-
I find my self needing to select several documents that match elements in an array. Let's take an arbitrary example where I have `Array` representing ids to several documents of the same type.
## W…