mrxnn / firelite

:fire: Lightweight, cross-platform SqLite manager written in Qt — includes a table designer, auto-completion, syntax highlighting, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firelite 🔥 ⚡

Firelite is a cross platform, lightweight SQLite manager written in Qt. It has a simple UI, including a table designer, query editor, history viewer and few other controls/panes that can be docked, collapsed or removed. Editor comes with syntax highlighting and auto-completion (intellisense) to make it little easier to write complex queries.

Installers

Windows | Linux (Source)

Features

  • The color scheme for syntax highlighting is inspired by the color scheme for sequel files in notepad++. It's not a complete clone though!

  • Few code samples are grabbed from the qt documentation and tweaked as needed.

  • Source is compiled for both Windows and Linux platforms using MinGW compiler. And the windows installers are built using QTIF (qt installer framework) and available for download in the releases.

About

:fire: Lightweight, cross-platform SqLite manager written in Qt — includes a table designer, auto-completion, syntax highlighting, etc.


Languages

Language:C++ 96.3%Language:QMake 2.6%Language:Qt Script 0.8%Language:C 0.3%