-
when connect this server by datagrip or dbeaver, there is a error mean server version is not existed
so that i tried to add server version field:
```
// ParameterStatus for server_version
c…
-
Not sure exactly how to go about this yet, but it would be great if we could create in-memory, or temporary local instances of Postgres and marry it together with Postgrest https://postgrest.org/en/v1…
-
In `0.11.3` columns of type `JSONB` are correctly returned as `object` using both `wa-sqlite` and `pglite` when using the `electric-sql` js client. In `0.12.0`, at least with `pglite` `0.1.5`, they ar…
-
Followed by:
```
electric-sql_pglite.js:3898 resetting client state
```
I get this using `pglite` as the client whenever the `electric` server process is restarted. Apparently this is not supp…
-
Currently PGlite uses a fork or pg v15, we should rebase on v16
-
Attempting to refresh a materialised view throws error:
```
Uncaught error: expected one dependency record for TOAST table, found 4
```
Reproduction:
```js
import { PGlite } from "../dist/inde…
-
`support for similarity of text using trigram matching`
https://www.postgresql.org/docs/current/pgtrgm.html
Use case for me for pglite:
- Offloading work from the DB to instant read replicas livi…
-
yes, the option to use wasm and postgre embedded seems excessively strange. But this is exactly what I would like for my project
my project is compiled with cargo.toml:
```toml
[dependencies]
le…
-
When attempting to launch PGLite with the specified file path, I encounter an error. However, if PGLite is run in memory, the error does not occur. OS: macOS, Runtime: bun.
Error:
```
2024-04-02 …
-
Attempting to change column type throws error
`expected one dependency record for TOAST table, found 4`
Reproduction:
```js
import { PGlite } from '@electric-sql/pglite'
const db = new PG…