Bug 196365 - [NEW PORT] databases/sqlitebrowser
Summary: [NEW PORT] databases/sqlitebrowser
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-29 20:24 UTC by Loïc Bartoletti
Modified: 2015-01-05 18:23 UTC (History)
1 user (show)

See Also:


Attachments
sqlitebrowser shar (2.32 KB, text/plain)
2014-12-29 20:24 UTC, Loïc Bartoletti
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2014-12-29 20:24:40 UTC
Created attachment 151088 [details]
sqlitebrowser shar

What it is

DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.

Controls and wizards are available for users to:

    Create and compact database files
    Create, define, modify and delete tables
    Create, define and delete indexes
    Browse, edit, add and delete records
    Search records
    Import and export records as text
    Import and export tables from/to CSV files
    Import and export databases from/to SQL dump files
    Issue SQL queries and inspect the results
    Examine a log of all SQL commands issued by the application

What it is not

This program is not a visual shell for the sqlite command line tool. It does not require familiarity with SQL commands. It is a tool to be used both by developers and by end users, and it must remain as simple to use as possible in order to achieve its goals.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2015-01-05 15:02:29 UTC
Testing @work
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-01-05 18:22:16 UTC
A commit references this bug:

Author: pi
Date: Mon Jan  5 18:21:40 UTC 2015
New revision: 376335
URL: https://svnweb.freebsd.org/changeset/ports/376335

Log:
  New port: databases/sqlitebrowser

  DB Browser for SQLite is a light GUI editor for SQLite databases,
  built on top of Qt. The main goal of the project is to allow
  non-technical users to create, modify and edit SQLite databases
  using a set of wizards and a spreadsheet-like interface.

  This project has previous been known as "SQLite Browser" and "Database
  Browser for SQLite". "DB Browser for SQLite" will hopefully be the
  name that sticks. :)

  WWW: http://sqlitebrowser.org/

  PR:		196365
  Submitted by:	coder@tuxfamily.org

Changes:
  head/databases/Makefile
  head/databases/sqlitebrowser/
  head/databases/sqlitebrowser/Makefile
  head/databases/sqlitebrowser/distinfo
  head/databases/sqlitebrowser/pkg-descr
  head/databases/sqlitebrowser/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-01-05 18:23:53 UTC
Committed, thanks.