Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.1 KB

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.