Skip to content

XPQE is Cross Platform Query Editor which provide you comfort to run queries from different platform without changing server connections.

License

Notifications You must be signed in to change notification settings

hackerfrog/XPQE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPQE

Cross Platform Query Editor

Overview

A single application from which you can connect and execute query from single file on different platform.

Supported RDMS

RDMS Status
MySQL ✔️ Available
PostgreSQL ✔️ Available
MariaDB 🏃 WIP
MS SQL Server 📅 Planned

Shortcuts

Shortcut Detail
Ctrl + Enter Run selected query
Ctrl + / Toggle comment
Ctrl + , Settings

How to setup server profile

  1. Launch Editor
  2. Click on Manage inside Profile menu.
  3. Click of Add button to add new server.
  4. Give Profile Name of your choice. (This will used during query as identifier)
  5. Fill remaining details of your server.
  6. Test connection to validate your details.
  7. Click Save to save profile.
-- Run query on server profile `profile1`
@profile1:SELECT * FROM users limit 10

-- Run query on server profile `profile2`
@profile2:SELECT * FROM users limit 10

Dependency

Export PDF

Export PDF required MikTeX to generate pdf file.

  1. Goto https://miktex.org/download
  2. Download and Install as per your system requirements

LICENSE

Copyright (C) 2007 Free Software Foundation

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

XPQE is Cross Platform Query Editor which provide you comfort to run queries from different platform without changing server connections.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages