← All projects

sqlite-gui-node

by @AzouKr

Active 36

sqlite-gui-node is a Node.js package that provides a user-friendly graphical interface for performing CRUD operations on SQLite databases. It simplifies database management tasks by allowing users to interact with SQLite databases through a web-based GUI.

About this project

SQLite GUI for Node.js Apps Installation Using a Custom Port Using it as Express Js Middleware Arguments Features Updating the Package Uninstallation Screenshots Installation To use sqlite-gui-node, you need to have Node.js installed on your machine. You can download Node.js from nodejs.org. Step 1: Install the Package You can install sqlite-gui-node using npm (Node Package Manager). Run the following command in your terminal: Step 2: Import and Initialize After installing the package, you can import it in your index file of your project server. Step 3: Access the GUI Once the GUI is started, you can access it via a web browser. By default, it runs on http://localhost:8080/home. Open your browser and navigate to this URL to start performing CRUD operations on your SQLite database. Using a Custom Port If you want to use a specific port, you can pass it as the second argument when initializing sqlite-gui-node: Using it as Express Js Middleware If you want to use it in the same port as express, you can use SqliteGuiNodeMiddleware: You can also integrate SQLite GUI by using the createSqliteGuiApp function.

From the project README on GitHub

Stars
36
Forks
12
Last push
27 Feb 2026

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/sqlite-gui-node.svg)](https://www.madeinalgeria.dev/projects/sqlite-gui-node)

Related projects