@electric-sql/experimental
v6.0.12
Published
Experimental TypeScript features for ElectricSQL.
Keywords
Readme
Experimental TypeScript features for ElectricSQL
Install
The client is published on NPM as @electric-sql/experimental:
npm i @electric-sql/experimentalDevelop
Install the pnpm workspace at the repo root:
pnpm installBuild the package:
cd packages/typescript-client
pnpm buildTest
In one terminal, start the backend running:
cd ../sync-service
mix deps.get
mix stop_dev && mix compile && mix start_dev && ies -S mixThen in this folder:
pnpm test