electric
electric copied to clipboard
Sync little subsets of your Postgres data into local apps and services.
Hello, what is the status of paginated results in sync? I have messages that belong to a room. i would need sync last 5 messages per room. I cant seem...
Very much Work in Progress - Added the bindings under client/typescript/frameworks with own package.json and tsconfig.json to comply with the Angular Package Format: https://angular.io/guide/angular-package-format - Excluded the angular sources from...
As indicated in the code comment, `IDBBatchAtomicVFS`'s default for `mxPathName` is 64. SQLite allocates memory for the file name length **plus 8 bytes**, so file names longer than 56 bytes...
Fixes VAX-1339, #863. This is a proof-of-concept pull request that demonstrates the ability to obtain a Prisma schema which is later used in the type-safe client generation process without having...
In my server logs I can the message "Outgoing replication to the client is suspended because there are 30 unacked transactions" constantly. Also changes stoped syncing across clients. I don't...
This PR is just a PoC of migrating squel to kysely for now.
We have a few tables for which the generated type is missing, we are using the latest version of electric-sql 0.9.6 and downgraded prisma to 4.8.1 Here is one of...
the sync service says: ``` 07:11:37.098 pid= [info] GET /ws 07:11:37.100 pid= instance_id=11d59e1b-bd78-4615-81eb-0e8ff2e90ec5 [info] Sent 101 in 1ms 07:11:38.157 pid= client_id=c07a6aba-f79f-43ea-9569-a05003726f79 instance_id=11d59e1b-bd78-4615-81eb-0e8ff2e90ec5 [info] attempted multiple connections from the same client...
Which is odd as this would work if I created the enum when creating the table. ```sql CREATE TYPE application_status AS ENUM ('applied', 'rejected'); ALTER TABLE read_jobs ADD COLUMN why...