SQLite is an embeddable SQL database engine.
This is a port of version 2.8.16 of SQLite and version 3.2.7 of SQLite 3.
The engine comes in the form of a library which can be linked into your own applications. A command line tool is also supplied with each version which enables databases to be created and populated and SQL scripts run.
Note that version 2 and version 3 databases are not compatible with one another, so the correct library version must be used to access a database.
For full details of how to use the library and command line tool you are referred to the SQLite website which contains documentation, FAQs and further links.
A port of an ODBC wrapper for these libraries is available in the ODBC section of this site which allows applications to access different databases through a consistant API.
Due to the use of 64 bit integers these libraries need to be linked against a 32 bit Shared C Library or recompiled using GCC.
|
Requirements
 32 bit only |
 RISC OS 4.xx+ |
 8Mb or more |
|
|
Download
SQLite |
| |
Version |
Size |
Date |
Notes |
 |
3.3.6 |
839K |
07-Jul-2006 |
New version. |
 |
3.2.7 |
786K |
12-Nov-2005 |
New version. |
 |
3.0.8 |
744K |
22-Jan-2005 |
First release of version 3. |
 |
2.8.16 |
682K |
12-Nov-2005 |
New version. |
 |
2.8.15 |
664K |
22-Jan-2005 |
New version. |
|
|