Experimental TypeScript features for ElectricSQL.
npm install @electric-sql/experimentalThe client is published on NPM as @electric-sql/experimental:
``sh`
npm i @electric-sql/experimental
Install the pnpm workspace at the repo root:
`shell`
pnpm install
Build the package:
`shell`
cd packages/typescript-client
pnpm build
In one terminal, start the backend running:
`shell`
cd ../sync-service
mix deps.get
mix stop_dev && mix compile && mix start_dev && ies -S mix
Then in this folder:
`shell``
pnpm test