-
### Is your feature request related to a problem?
It is often convinient to split an organization across different database namespaces. It would then be convenient to be able to "import" a foreign ta…
-
### Describe the bug
https://docs.surrealdb.com/docs/integration/websocket#let
described as `This method specifies the namespace and database for the current connection`
and the example is the …
-
Hi Everyone,
I was selecting the record and fetching it is the field record link with the fetch keyword
but when I try to use it with the parameter it gives
`There was a problem with the databas…
-
### Describe the bug
try to connect with websocket inside a quasar/vite application
### Steps to reproduce
```
/ src/boot/surreal.ts
import Surreal, { Database } from 'surrealdb.js';
impor…
-
### Describe the bug
This is the error log:
```/bin/surreal: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.38 not found (required by /bin/surreal) ```
dockerfile:
``` docker
FROM surrealdb…
-
### Is your feature request related to a problem?
Today SurrealDB provides a single Linux binary that can be downloaded and used by users.
This binary is built in Github Actions using the ubuntu r…
-
### Describe the bug
Any version > 1.0.0 causes $auth variable to not return anything after successful signin on scope. db.info() also returns undefined.
![image](https://github.com/surrealdb/surr…
-
**Describe the bug**
Unable to view created tables in Designer;
Unable to query data in Query, the result is: `Failed to deserialize a binary response: invalid value: integer `54`, expected variant …
-
### Describe the bug
The feature described here https://docs.surrealdb.com/docs/security/authentication#example-define-a-database-level-user
doesn't work.
Defining a database level user and trying …
-
### Describe the bug
When I start the database with the following command
`surreal start memory --auth --user root --pass root --log DEBUG -A`
I have a tcp connect error problem (os error 111)
…