SQLite - Datenbank - System
 
Entwicklerteam
Tools
Links
Diverses
Bücher
Kontakt
Beispiele
Banner
History

Tools

Diese Tools wurden von uns weder getestet noch sind sie Bestandteil der SQLite Version.

Benutzung auf eigene Gefahr.

Filename Size Date By Downloads Description
DataGrid_DataSet_DataTable.rar 844.84 KB 2004-12-10 23:24:34 Mike Willhite 28208 Example Code for working with DataSources, DataTables, DataGrids and SQLite3 in VB.NET with CoreLab SQLite.NET driver.
exeWtimer.zip 203.86 KB 2006-07-18 18:23:39 Brannon King 2496 This file contains a Windows exe of the sqlite3.exe utility. It is changed in that it has options (on by default) to output the time the query required. You can also shut off the output printing so that the timer does not include the time to render the text to the console. The shell.c (v1.144) is included as well. The shell.c should work on Linux as well, though it has not been tested.
idxchk 9761 bytes 2005-02-16 21:07:33 tpoindex 11119 idxchk reports index usage for queries. Can be used to help diagnose performance related problems. See Wiki page for documenation and usage. Version 1.0
idxchk.py 10.40 KB 2007-01-16 20:10:33 Tom Lynn 63 A Python port of idxchk. Requires pysqlite2 or apsw to be installed.
mksqlite.zip 14.54 KB 2004-10-10 08:03:30 Mike Cariotoglou 13570 Delphi sqlite3 bindings, plus an OO layer for SQLITE
simple_sqlite_wrap.tar.gz 23.14 KB 2006-07-07 17:27:51 Joseph Wamicha 3179 simple_sqlite_wrap. The code extends sqlite so you are now able to execute sql statements off a file (see the how we use routes.sql in the example), return a recordset that is formatted into well defined rows and columns and execute a simple sql statement.
sqlite+tcc.tar.gz 4752 bytes 2006-08-22 17:46:25 Christian Werner 2517 Experimental combination of SQLite 3.3.x and TinyCC 0.9.23 using the new SQLite loadable extension mechanism. An extension module creates an SQLite scalar function 'tcc_compile' which takes one argument which is a string made up of C source code to be on-the-fly compiled using TinyCC (www.tinycc.org). The SQLite API is visible during compilation when 'sqlite3.h' is included. So far, only partially tested on Linux i386.
sqlite-java-shell-3.3.12b.zip 788.44 KB 2007-02-05 06:24:18 Joe Wilson 36 sqlite3 commandline shell ported to 100% pure Java using NestedVM. No shared libraries or DLLs required. This release fixes the etilqs_XXXXXXXX temp file clean up problem on Windows.
sqlite.ico 29.22 KB 2006-07-18 17:14:49 Brannon King 3700 This is a Windows (non XP) icon file built from the logo using the "Real World Icon Editor" for compilation into the shell. Just add it as a resource to exe compiles.
sqlite_fk.tgz 204.18 KB 2004-10-14 23:05:34 Cody Pisto 13545 Utility to generate triggers to enforce foreign key constraints with sqlite, operates on database schema and understands most CREATE TABLE syntax. Win32 and linux x86 binaries included, public domain source code.
sqlite_wrapper_0.0.3.tar.gz 7279 bytes 2005-06-02 13:34:59 Ben.Clewett 10978 LiteWrap. Wrapper for SQLite. Simple API to return a query as table in memory. No lock left on database. Random access on returned data. Data may be kept indefinitelly. Contains several functions for displying/streaming result table. Now with a simple shell.