Cross Platform Query Editor
A single application from which you can connect and execute query from single file on different platform.
RDMS | Status |
---|---|
MySQL |
✔️ Available |
PostgreSQL |
✔️ Available |
MariaDB |
🏃 WIP |
MS SQL Server |
📅 Planned |
Shortcut | Detail |
---|---|
Ctrl + Enter |
Run selected query |
Ctrl + / |
Toggle comment |
Ctrl + , |
Settings |
- Launch Editor
- Click on
Manage
insideProfile
menu. - Click of
Add
button to add new server. - Give
Profile Name
of your choice. (This will used during query as identifier) - Fill remaining details of your server.
Test connection
to validate your details.- 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
Export PDF
required MikTeX
to generate pdf file.
- Goto https://miktex.org/download
- Download and Install as per your system requirements
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/.