SQLite

 

Home 
Office 
DBMS 
SQLite 

 

!!Please support this site by visiting the advertisers!!

 

SQLite Database Server

Description

SQLite is an ACID-compliant relational database management system contained in a relatively small C library. It is a public domain project created by D. Richard Hipp.  Unlike client-server database management systems, the SQLite engine is not a standalone process with which the program communicates. Instead, the SQLite library is linked in and thus becomes an integral part of the program. The program uses SQLite's functionality through simple function calls. This reduces latency in database access because function calls are more efficient than inter-process communication. The entire database (definitions, tables, indices, and the data itself) is stored as a single cross-platform file on a host machine. This simple design is achieved by locking the entire database file at the beginning of a transaction.

Ver 3.3.12
Type OpenSource
Download

sqlite-3_3_12.zip - A command-line program for accessing and modifing SQLite database

tclsqlite-3_3_12.zip - Bindings for Tcl/Tk. You can import this shared library into either tclsh or wish

sqlitedll-3_3_12.zip - This is a DLL of the SQLite library without the TCL bindings.

fts1dll-3_3_8.zip - A precompiled FTS Module for win32

sqlite3_analyzer-3_3_10.zip - An analysis program for database files compatible with SQLite version 3.3.10 and later

Documentation - SQLite Documentation

Website

http://www.sqlite.org

 

SQLite Administrator

Description

SQLite Administrator is a powerful tool if you easily want to create, design or administrate SQLite database files. The SQL code editor helps you to quickly write sql queries with features such as code completion and highlighting. Both major versions of SQLite database files are supported by SQLite Administrator.

Ver 0.8.2.9
Type FreeWare
Download

sqliteadmin.zip (2.08MB)

Website

http://sqliteadmin.orbmu2k.de

 

SQLite Database Browser

Description

SQLite Database browser 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.

Ver 1.3
Type OpenSource
Download

sqlitebrowser-1.3-win.zip (1.35MB)

Website

http://sqlitebrowser.sourceforge.net

 

System.Data.SQLite

Description

System.Data.SQLite is an enhanced version of the original SQLite database engine.  It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll).  It has no linker dependency on the .NET runtime so it can be distributed independently of .NET, yet embedded in the binary is a complete ADO.NET 2.0 provider for full managed development.

Ver 1.0.40.0
Type OpenSource
Download

SQLite-1.0.40.0-install.exe (2.22MB)

Other Connectors/Wrappers

Website

http://sqlite.phxsoftware.com/

 

  Your Ad Here

By Ozzy 

Google
 
Web www.freewinsoft.com

Resources Website Counter