github.com/darianmavgo · darian@mavgo.com · About
Data TypeScript / Rust / Tauri Open Source

taurisqliter — Tauri + React SQLite Browser

taurisqliter is a Tauri 2 desktop app with a React + TypeScript frontend that connects to SQLite via Rust. It's tiny, fast to launch, and uses a fraction of the memory of Electron-based alternatives.

npm install
npm run tauri dev
npm run tauri build

Features

A lightweight, cross-platform SQLite database browser built with Tauri, React, and TypeScript.

🦀

Rust Core

Tauri's Rust backend handles all file I/O and SQLite reads — no Node.js in the hot path.

⚛️

React + TypeScript

Modern frontend with typed components, hooks, and a clean responsive UI.

🪶

Lightweight

~5MB installer vs 150MB+ for Electron apps. Launches in milliseconds.

🔐

Secure

Tauri's security model sandboxes the webview and controls which APIs the frontend can access.

Documentation & Architecture

This template should help get you started developing with Tauri, React and Typescript in Vite.