Skip to content

Commit ec79816

Browse files
committed
chore: update readme
1 parent ab44093 commit ec79816

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
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+
```

0 commit comments

Comments
 (0)