All Projects → pariskol → sqlbrowserfx

pariskol / sqlbrowserfx

Licence: MIT license
A feature rich cross platform sql client for SQLite , MySQL.

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to sqlbrowserfx

Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+12452.63%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+342.11%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
tqrespec
TQRespec - The respec tool for Titan Quest game
Stars: ✭ 59 (+210.53%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
OmniGraph
Desktop application for creating graphs and algorithm visualisation
Stars: ✭ 27 (+42.11%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (+0%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
gramophy
A JavaFX based Open-Source YouTube Music Downloader/Player
Stars: ✭ 88 (+363.16%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
hacklympics
🏆 Full-stack online programming examination system
Stars: ✭ 44 (+131.58%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
DashboardFx
JavaFx Dashboard
Stars: ✭ 272 (+1331.58%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
vkmusic
Приложение для выгрузки аудио библиотеки из ВК
Stars: ✭ 31 (+63.16%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
ChatRoomFX
JavaFX ChatRoom using JAVA RMI
Stars: ✭ 33 (+73.68%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (+52.63%)
Mutual labels:  javafx, javafx-application, javafx-desktop-apps
Recaf
The modern Java bytecode editor
Stars: ✭ 3,374 (+17657.89%)
Mutual labels:  javafx, javafx-application
AsyPad
A simple drawing tool that can convert diagrams into Asymptote code.
Stars: ✭ 18 (-5.26%)
Mutual labels:  javafx, javafx-application
Dluid
Deep learning user interface designer
Stars: ✭ 27 (+42.11%)
Mutual labels:  javafx, javafx-application
SnakeFX
Snake game in JavaFX
Stars: ✭ 41 (+115.79%)
Mutual labels:  javafx, javafx-application
msgbots
Messenger Bot Simulator ( Rhino )
Stars: ✭ 17 (-10.53%)
Mutual labels:  javafx, javafx-application
PrayerTimes
Desktop application 💻 for calculating Muslim prayer times 🕌 and setting an alarm (Adhan) ⏰ for the prayer times.
Stars: ✭ 151 (+694.74%)
Mutual labels:  javafx-application, javafx-desktop-apps
InvMan
Open source JavaFX inventory management application
Stars: ✭ 40 (+110.53%)
Mutual labels:  javafx, javafx-application
OnlyViewer
A material design picture viewer made with JavaFX and JFoenix. / 用JavaFX编写的Material Design风格的电子图片管理系统
Stars: ✭ 23 (+21.05%)
Mutual labels:  javafx, javafx-desktop-apps
AllInOneFX
All In One JavaFX Application with a curated list of awesome JavaFX libraries, frameworks
Stars: ✭ 26 (+36.84%)
Mutual labels:  javafx, javafx-application

SqlBrowserFX

SqlBrowserFX is a feature rich cross platform sql client for SQLite , MySQL, MariaDB for both windows and linux

Features

  • Manage data (insert, update, delete) via gui.
  • Execute raw sql queries.
  • Editor for sql with syntax highlighting, autocomplete features.
  • Adjustable responsive ui.
  • Graphical representation of database as tree.
  • Exposure of database to the web as RESTful service with one click.
  • Import, export csv files.
  • Queries History.
  • Savable queries.
  • Support for SQLite.
  • Support for MySQL, MariaDB.
  • Cross Platform.

Prerequisites

  • Java 11 +
  • MySQL server for usage with mysql.

Installing

Copy sqlbrowser-for-build.db to sqlbrowser.db. Import the project to your favorite ide as maven project and run SQlBrowserFXApp class. You can also run install.sh script , if you are using linux in order to install sqlbrowserfx as cli command 'sqlfx'.

Build standalone app

Run build.sh script, this will generate all files needed in 'dist' folder. Run SqlBrowserFX.exe for Windows, or run sqlbrowserfx.sh for Linux.

Awesome projects used

  • DockFX - The docking framework used (a moded version actually).
  • RichTextFΧ - Library which provides editor with syntax highlighting feature.
  • ControlsFX - Library which provides many useful custom gui components.
  • Spark Java - The web framework used. (Until version 1.5.0)
  • Javalin - The NEW web framework used.

Other Notes

SqlBrowserFX is now java 11 compatible (without using the module system) and will not support java 8 from now on. If you want to run it with java 8 check tag 1.5.0 (last for java 8).

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].