GithubHelp home page GithubHelp logo

cataliniuga / squi Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.03 MB

A web SQLite GUI, inspired by Prisma Studio and Drizzle Studio. Built with .Net Core 7 and Vue3.

C# 15.09% HTML 0.33% Vue 68.52% TypeScript 8.24% CSS 5.27% JavaScript 2.55%
dotnet-core mysql sql sqlite vue3

squi's Introduction

SQUI - SQL database GUI

SQUI is a SQL database GUI written using .Net Core 7 and Vue3. Currently it supports only SQLite databases, but support for other databases is planned.

squi interface

The UI is inspired from the Prisma and Drizzle Kit Studio interfaces, with a focus on simplicity and ease of use.

Usage

Get the latest release from the releases page and run the executable. You can then just specify the path to the SQLite database file and start querying.

squi <database>

If you want to build the project yourself, you can do so by running the following command in the root of the project:

dotnet release -c Release -r <rid>

Where <rid> is the runtime identifier for the platform you want to build for. You can find a list of supported RIDs here.

You can also run the project using the following command:

dotnet run -- <database>

Features

  • Connect to SQLite databases
  • Browse tables
  • Filter data using different conditions/limits/offests
  • Add, update and delete rows
  • Export data in JSON format
  • Has darkmode

Roadmap

  • Refactor the codebase
  • Add tests
  • Support for other databases
  • Create/Update/Delete tables
  • Raw SQL queries

Project structure

The project is composed of 2 parts: the client and the server. The client is a Vue3 frontend that communicates with the server using a REST API. The production build of the client is embedded in the server executable, so you don't need to serve it separately. While this does result in a larger executable, I personally prefer this approach as it makes the usage/installation of the application easier.

  • Client - Vue3 frontend
  • Connectors - Database connectors (currently only SQLite)
  • Controllers - API controllers
    • SpaController - Serves the Vue3 frontend from the embedded resources
    • DatabaseController - Handles database operations
  • Models - Database models, specifically the Columns and Table schemas
  • wwwroot - Static files from the Vue3 frontend that will be embedded in the executable
  • Program.cs - Entry point of the application

squi's People

Contributors

cataliniuga avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.