Table View Toan Nguyen
winget install --id=vantoan1511.TableView -e Lightweight, high-performance desktop database management tool built with Vue 3 and a Rust-based backend extension.
winget install --id=vantoan1511.TableView -e Lightweight, high-performance desktop database management tool built with Vue 3 and a Rust-based backend extension.
Table View is a lightweight, high-performance desktop database management tool built for the modern developer. By combining the flexibility of Vue 3 with the raw power of a Rust-based backend extension, it provides a lightning-fast experience for managing PostgreSQL, MySQL, SQLite, and Oracle databases.

.log file.sqlx and deadpool-oracle.For the easiest setup, you can install Table View directly using one of the methods below:
You can install the official release directly from your command line:
winget install vantoan1511.TableView
setup.exe from the GitHub Releases page.> [!NOTE] > Microsoft Defender SmartScreen Warning: > Because this is an open-source application and is not signed with a paid developer certificate, Windows might show a "Windows protected your PC" popup. > To bypass this, click "More info" and then click "Run anyway".
npm install -g @neutralinojs/neu)Clone the repository:
git clone https://github.com/vantoan1511/table-view.git
cd table-view
Install dependencies:
npm install
Build the backend extension:
cd extensions/db-bridge
cargo build --release
Start the development server with hot-reload and Neutralino runtime:
neu run
To package the application for Windows, Linux, and macOS:
neu build
The binaries will be available in the dist/ directory.
src/: Vue 3 application source code.
components/: Granular UI components (Grid, Sidebar, SQL Editor, etc.).stores/: Domain-specific Pinia state modules.composables/: Reusable logic for data fetching, shortcuts, and UI states.extensions/: Neutralino extensions.
db-bridge/: The core database connector written in Rust.neutralino.config.json: Neutralino application configuration.This project is open-source and available under the MIT License.