Home

Awesome

Native DB + Tauri V2 + Vanilla

This is a simple example of a Tauri app using a native_db.

Key points:

How to use it?

It's super simple:

  1. Prerequisites:
  1. Clone the repository
git clone https://github.com/vincent-herlemont/native_db_tauri_vanilla.git
# Navigate to the project folder
cd native_db_tauri_vanilla/
  1. Run the project
cargo tauri dev

There you go!