File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 1- # Tauri + React + Typescript
1+ # RSQL
22
3- This template should help get you started developing with Tauri, React and Typescript in Vite .
3+ A lightweight SQL database client built with Tauri, React, and TypeScript .
44
5- ## Recommended IDE Setup
5+ ## Features
66
7- - [ 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 )
7+ - SQL editor with syntax highlighting
8+ - Execute SQL queries
9+ - Cross-platform desktop app
10+
11+ ## Development
12+
13+ ``` bash
14+ # Install dependencies
15+ yarn
16+
17+ # Run in development mode
18+ yarn tauri dev
19+
20+ # Build for production
21+ yarn tauri build
22+ ```
You can’t perform that action at this time.
0 commit comments