Soul realtime right now only support rows
changes.
To follow the below examples we need to download a sample database, install Soul CLI and also a websocket client to test. (Please note that you can use any websocket client you want, e.g. Postman, Insomnia, etc.)
wget https://raw.githubusercontent.com/lerocha/chinook-database/master/ChinookDatabase/DataSources/Chinook_Sqlite.sqlite # Download sample sqlite database
npm i -g wscat # Install websocket client
npm install -g soul-cli
soul -d ./Chinook_Sqlite.sqlite -p 8000