SQLite3 CLI
ver: 3.8.0.2
Author: Multiple
Website: www.sqlite.org/
Description:
SQLite3 Command line interface. SQLite is a simple, lightweight but very capable embedded relational database engine with features often found in large commercial RDM systems (including views, indexes, triggers complex table joins etc). SQLite implements most of the SQL92 standard and provides its functionality through a small, fast library using a cross platform file structure. See the SQLite web site for full details of the syntax (including BNF diagrams) of the supported SQL statments and details of the array of facilities SQLite supports. A tSQLite utorial from Tutorialspoint.com in pdf format has also been included in the Documentation sub directory.
Licenses:
Public Domain -
source code
SQLite Studio
ver: 2.1.4.1
Author: Paweł Salawa
Website: sqlitestudio.pl/
Description:
SQLite Studio is a comprehensive SQLite database manager, providing easy access to the full power of SQLite databases through a well behaved, intuitive GUI. Among its numerous features are:
. Comprehensive, intuitive interface.
. Localisations, currently translated to: English, Polish, Spanish, German, Russian, Japanese, Italian, Dutch, Chinese.
. Exports to various formats (SQL statements, CSV, HTML, XML, PDF, JSON, dBase).
. Imports data from various formats (CSV, dBase, custom text files [regular expressions]).
. Code formatting.
. Query history.
. On-the-fly syntax checking.
. UTF-8 support.
. Skinnable (untestsed).
A fairly comprehensive manual in pdf format is included in the Documentation sub directory off the root of the pnd. I have also included in this directory, a copy of a SQLite tutorial from Tutorialspoint.com in pdf format.
Licenses:
GPL V2 -
source code
29/09/2013 09:04 UTC
v1.0.1.1