Giter Club home page Giter Club logo

squirrel-sql-web's Introduction

squirrel-sql-web

SQuirreL SQL Client - Web version

WIP Build Status

This is a web version of the famous web client.

Frontend: Vuetify Material Dashboard https://www.creative-tim.com/product/vuetify-material-dashboard

Backend: Java EE (JAXRS, EJB, CDI).

Screenshots

Drivers Driver Aliases Alias Objects Query Tables Preferences

Build

You need at least Java (>=8), Maven, nodejs. Compile frontend:

cd src/main/javascript
npm install
npm run build

Then package backend and frontend togheter:

cd ../../..
mvn package

Run

The application is intended to run in a real EE container (Glassfish, TomEE, JBoss, ...), not Tomcat.

In Glassfish, with default configuration, the app will run at address http://localhost:8080/squirrel-sql-web/

We are using Glassfish 4.1.2 with MOXy patch described here

Project roadmap

  • DONE Project structure
  • DONE Vue.js frontend
  • DONE Drivers CRUD
  • WIP Driver JAR's selection box
  • DONE Aliases CRUD
  • TODO Alias properties window
  • DONE SQL tab
  • DONE Objects tree tab
  • DONE Database tab
  • DONE Table tab
  • TODO Table "WHERE" and "ORDERBY" clause panels
  • DONE Procedure tab
  • TODO UDT tab
  • WIP Handling with large tables
  • TODO Editing table contents
  • TODO Table import/export
  • DONE Table DDL, Script SQL
  • WIP Procedure source code: Mysql, Oracle, PostGreSQL, ...
  • TODO New session properties window
  • WIP Global preferences window
  • TODO SQuirreL logs window
  • TODO Highlight syntax
  • DONE Web security: authentication (well, we still need to encrypt passwords)
  • TODO Web security: authorizations
  • TODO Users CRUD
  • TODO i18n
  • DONE Github CI (continuous integration)

Authentication

Default username is admin with password admin. Users can be configured inside ~/.squirrel-sql/Users.xml. Passwords are not encrypted, so far.

Run mock

For frontend development, we can run in mock mode with NodeJS instead of Glassfish:

  1. Set VUE_APP_MOCK=true in file .env or .env.local
  2. cd src/main/javascript
  3. npm start

squirrel-sql-web's People

Contributors

luca-vercelli avatar

Watchers

James Cloos 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.