Graphical interfaces for SQLite

Published by netty5 - Last update on February 4, 2010 10:34 AM by jak58

Graphical interfaces for SQLite







Intro


SQLite is a powerful database management engine found in a relatively small C programming library; it requires no monitoring and can be used with most programming languages (C, C++, Java, Python).

Unlike SQL (client server database system), the SQLite engine is not a standalone process interacting with other programs, the SQLite library is embedded such that becomes an integral part of the program. SQLite' is accessed through simple function calls. The entire database is stored as a single cross-platform file on a host machine.

GUI


Here below is a list of add-on allowing you to use SQLite through a graphical interface.