-
Support pgvector extension
-
Hi,
The [overview page](https://age.apache.org/overview/) states:
> Apache AGE® will be compatible with all relational databases in the future development, starting with MariaDB and MySQL.
I'…
d4h0 updated
4 months ago
-
-
I tried to use pglite instead of sqlite: https://github.com/barbalex/ps/commit/5c3c44f731c6e492e9ee150cd97e64ba61dfb093, following these: https://electric-sql.com/blog/2024/05/14/electricsql-postgres-…
-
I try to use it on expo-web [with electric-sql](https://github.com/electric-sql/electric/issues/1423) or alone that all get error:
> Uncaught Syntax Error: Cannot use 'import.meta' outside a module
…
MJRT updated
2 months ago
-
I am using a table called `app_state` instead of a local state library: https://github.com/barbalex/ps/blob/f13c7dd7ef28dfc6048033431ce0eabde77bd25c/db/migrations/01-tables.sql#L1160-L1235
As every…
-
-
### How can we reproduce the crash?
I'm still working on a reproduction. What I know:
1. I am executing bun test with a setup file
2. First, the setup file spins up @electric-sql/pglite
3. Tes…
boehs updated
1 month ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
See…
-
Hey, thanks for the great lib!
I was playing with and I think that error handling is not working properly? I ran a psql invalid command and the node process got an exit 1 and nothing was sent back…