diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2022-08-25 22:22:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:31 +0700 |
commit | d6697acafc1529df8b95110636d022d5f599dd5a (patch) | |
tree | c054b7ead04ccf3665dbdf1878e4add81d01d462 /development/SQLiteStudio/slack-desc | |
parent | a15f633e01c2454d9978224d36822b0ae1e447ad (diff) |
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>
Diffstat (limited to 'development/SQLiteStudio/slack-desc')
-rw-r--r-- | development/SQLiteStudio/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/SQLiteStudio/slack-desc b/development/SQLiteStudio/slack-desc new file mode 100644 index 0000000000000..e37f5ac5d0033 --- /dev/null +++ b/development/SQLiteStudio/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +SQLiteStudio: SQLiteStudio (SQLite database manager written in C++ using Qt) +SQLiteStudio: +SQLiteStudio: A free, open source, multi-platform SQLite database manager written +SQLiteStudio: in C++, with use of Qt framework. +SQLiteStudio: +SQLiteStudio: SQLiteStudio is a desktop application for browsing and editing SQLite +SQLiteStudio: database files. It is aimed for people, who know what SQLite is, or +SQLiteStudio: what relational databases are in general. +SQLiteStudio: +SQLiteStudio: Homepage: https://sqlitestudio.pl/ +SQLiteStudio: |