Back to Rxdb

RxDB Tauri example

examples/tauri/README.md

17.1.0746 B
Original Source

RxDB Tauri example

This is an example usage of RxDB with Tauri and the SQLite RxStorage. It implements a simple heroes-list which can be filled by the user.

It is built with the Tauri CLI and the SQL plugin.

Try it out

  1. clone the whole RxDB-repo
  2. go into project cd rxdb
  3. run npm install
  4. go to this folder cd examples/tauri
  5. run npm run preinstall && npm install -D
  6. run npm run tauri dev

Tests

To run the tests, you must install the Tauri Driver and other dependencies.