SQLite Database Browser is an, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. This repository is a fork of the original SQLite Database Browser (http://sqlitebrowser.sourceforge.net/) which is no longer being maintained. The authors of the original code, Mauricio Piacentini and Jens Miltner, disclaim copyright to this source code ("It may be used as the basis for other programs, public domain, open source or commercial. Do whatever you want with it.") This project and all additive code to the original code is licensed under the 3-clause BSD license, a copy of which has been included in the file `LICENSE`.
SummerTree/SQLITE-Browser
SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite.
CNOASSERTION