slackbuilds/development/SQLiteStudio
Antonio Leal d6697acafc
development/SQLiteStudio: Added (SQLite db manager in C++ using Qt)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-08-27 22:50:31 +07:00
..
README development/SQLiteStudio: Added (SQLite db manager in C++ using Qt) 2022-08-27 22:50:31 +07:00
SQLiteStudio.SlackBuild development/SQLiteStudio: Added (SQLite db manager in C++ using Qt) 2022-08-27 22:50:31 +07:00
SQLiteStudio.desktop development/SQLiteStudio: Added (SQLite db manager in C++ using Qt) 2022-08-27 22:50:31 +07:00
SQLiteStudio.info development/SQLiteStudio: Added (SQLite db manager in C++ using Qt) 2022-08-27 22:50:31 +07:00
doinst.sh development/SQLiteStudio: Added (SQLite db manager in C++ using Qt) 2022-08-27 22:50:31 +07:00
slack-desc development/SQLiteStudio: Added (SQLite db manager in C++ using Qt) 2022-08-27 22:50:31 +07:00

README

SQLiteStudio is a free, open source, multi-platform SQLite database
manager writtenin C++, with use of Qt framework. It is a desktop
application for browsing and editing SQLite database files, aimed
for people who know what SQLite is, or what relational databases
are in general.

SQLiteStudio was created and is maintained by Pawel Salawa with
contribution from the community.

The project was initially implemented in Tcl/Tk, until version 3.0.0
that was completely re-written in C++/Qt.

It is an open-source software, released under GPL (v3) license.
You are free to use it for any purpose you like.

Homepage: https://sqlitestudio.pl/
Github: https://github.com/pawelsalawa/sqlitestudio

This package installs to /opt/SQLiteStudio and depends on
chrpath package also found in SlackBuilds