All Projects → syamdanda → mySequelWeb

syamdanda / mySequelWeb

Licence: Apache-2.0 license
MySequel Web is an open source web based GUI tool to access your MySql database. It is similar to PHP My Admin of WAMP. Here you can access any MySQL database with proper connection strings. We do not save or store any of your connection strings or data. Every thing related to your connection strings are volatile. You can host this as a simple n…

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects
CSS
56736 projects

Projects that are alternatives of or similar to mySequelWeb

migrate-Java-EE-app-to-azure
Migrate an existing Java EE workload to Azure
Stars: ✭ 12 (-53.85%)
Mutual labels:  mysql-database, postgresql-database
Postgresql book
Book about PostgreSQL (russian)
Stars: ✭ 780 (+2900%)
Mutual labels:  free, postgresql-database
ercole-agent
Proactive Software Asset Management. Agent component
Stars: ✭ 24 (-7.69%)
Mutual labels:  mysql-database, postgresql-database
node-mysql
Node with mysql boilerplate
Stars: ✭ 72 (+176.92%)
Mutual labels:  mysql-database
links-to-free-online-courses
📖 Free online courses resources.
Stars: ✭ 51 (+96.15%)
Mutual labels:  free
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (-11.54%)
Mutual labels:  free
klog
KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
Stars: ✭ 31 (+19.23%)
Mutual labels:  free
fleeg-platform
Fleeg is a free and open source platform to index and search pages.
Stars: ✭ 21 (-19.23%)
Mutual labels:  free
AzurLaneAPI
[Project dropped] was a free (Unofficial) Azur Lane API
Stars: ✭ 12 (-53.85%)
Mutual labels:  free
OpenpilotToolkit
Openpilot Toolkit (OPTK) is a class library and toolkit for interacting with your openpilot / commaai devices.
Stars: ✭ 55 (+111.54%)
Mutual labels:  workbench
abap scheme
ABAP Scheme
Stars: ✭ 13 (-50%)
Mutual labels:  workbench
shock
Free business application template, front & dashborad, build on vuetify
Stars: ✭ 16 (-38.46%)
Mutual labels:  free
SilentETHMiner
A Silent (Hidden) Ethereum (ETH & ETC) Miner Builder
Stars: ✭ 219 (+742.31%)
Mutual labels:  free
rpostgis
rpostgis: R Interface to a 'PostGIS' Database
Stars: ✭ 60 (+130.77%)
Mutual labels:  postgresql-database
startbootstrap-1-col-portfolio
A one column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 60 (+130.77%)
Mutual labels:  free
Textylic
A note taking app developed for the 22nd century
Stars: ✭ 34 (+30.77%)
Mutual labels:  free
small-sh
Um encurtador de URL's gratuito e Open source. Torne suas URL's um tanto pequenas forma rápida e gratuita
Stars: ✭ 30 (+15.38%)
Mutual labels:  free
freecli
Command line parsing library using Free Applicative
Stars: ✭ 29 (+11.54%)
Mutual labels:  free
Library
Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date
Stars: ✭ 27 (+3.85%)
Mutual labels:  mysql-database
MatrixChecks
The optimized checks for Matrix Anticheat, a powerful anticheat for Minecraft.
Stars: ✭ 70 (+169.23%)
Mutual labels:  free

What is MySequel Web

MySequel Web is an open source web based GUI tool to access your MySql/Postgresql database. It is similar to PHP My Admin of WAMP. Here you can access any MySql/Postgresql database with proper connection strings. We do not save or store any of your connection strings or data. Every thing related to your connection strings are volatile. You can host this as a simple nodeJs application on any server or you can simply run this in your local.

Demo

You can access https://mysqlweb.herokuapp.com/ for live demo.
To run the application in your machine, Run the app.js file from your cmd prompt

 mySequelWeb>node app.js

Then navigate to http://localhost:1234 url by opening your favorite browser.

img 1

Except autoconnection field all are mandatory. Please provide your conection string details and click on Access Database
You will get connected with the MySql database and you can see the list tables available in that database.

img 2

Write queries in the query editor and click on execute button, your query results will appear in the results grid.

img 3

Current Version

Current version is beta This version has basic features like

  • Connecting with MySql/Postgresql Database
  • Displaying list of tables
  • Displaying table information on table name click
  • executing all Select, update, Insert and Delete queries including joins

Upcoming Version

1.0.0 release contains below features.

  • In-line edit/update on retrieved records
  • adding query snippets for Insert, Update, Select and Delete queries
  • Making the grid as fully responsive
  • Planning to convert this as electron app, to make it work like stand-alone app

Notes

If you found any issues, feel free to create issues and you are also welcome to contribute to this project. If you like this repo and find it useful, please consider ★ starring it (on top right of the page) and forking it :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].