https://github.com/xtrinch/tauri-todo-sql
Todo-like desktop app running on Tauri using Sqlite as a data source
https://github.com/xtrinch/tauri-todo-sql
sqlite tanstack tauri todo
Last synced: about 1 month ago
JSON representation
Todo-like desktop app running on Tauri using Sqlite as a data source
- Host: GitHub
- URL: https://github.com/xtrinch/tauri-todo-sql
- Owner: xtrinch
- Created: 2024-12-18T16:57:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-01T19:24:55.000Z (about 2 months ago)
- Last Synced: 2026-02-02T03:47:56.959Z (about 2 months ago)
- Topics: sqlite, tanstack, tauri, todo
- Language: TypeScript
- Homepage:
- Size: 7.19 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + React + Sqlite
TODO-like application running React on Tauri using Sqlite as a data source.

## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
1. Install yarn
`npm install --global yarn`
2. Install yarn packages
`yarn install`
3. Install Rust
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
4. Run dev
`yarn tauri dev`
`export TAURI_SIGNING_PRIVATE_KEY=./licitacija.key && yarn tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc`
## Deploying
Push to `release` branch, CI will pick it up and create a GH release for you, which can then be used for in-app updates.