SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

sqlite3 rpm build for : SuSE 9.X. For other distributions click sqlite3.

Name : sqlite3
Version : 3.0.8 Vendor : (none)
Release : 1suse92 Date : 2005-01-16 13:43:13
Group : Development/Libraries/C and C++ Source RPM : sqlite3-3.0.8-1suse92.src.rpm
Size : 0.48 MB
Packager : Pascal Bleser < guru_unixtech_be>
Summary : SQLite - Embedded SQL Database Engine
Description :
SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process. The distribution comes with a
standalone command-line access program (sqlite) that can be used to administer
an SQLite database and which serves as an example of how to use the SQLite
library.
SQLite is _not_ a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and from
the database files on disk.

Features:
- Implements most of SQL92. (Features not supported)
- A complete database (with multiple tables and indices) is stored in a single disk file.
- Atomic commit and rollback protect data integrity.
- Database files can be freely shared between machines with different byte orders.
- Supports databases up to 2 terabytes (2^41 bytes) in size.
- Small memory footprint: less than 25K lines of C code.
- Two times faster than PostgreSQL and MySQL for many common operations.
- Very simple C/C++ interface requires the use of only three functions and one opaque structure.
- TCL bindings included. Bindings for many other languages available separately.
- Simple, well-commented source code.
- Automated test suite provides near 100% code coverage.
- Self-contained: no external dependencies.
- Built and tested under Linux and Windows.
- Sources are in the public domain. Use for any purpose.

RPM found in directory: /packages/linux-pbone/ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/9.2/RPMS/i686

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  sqlite3-3.0.8-1suse92.i686.rpm
     Search for other platforms
sqlite3-3.0.8-1suse92.sparc.rpm
sqlite3-3.0.8-1suse92.alpha.rpm
sqlite3-3.0.8-1suse92.ppc.rpm
sqlite3-3.0.8-1suse92.ia64.rpm
sqlite3-3.0.8-1suse92.s390.rpm

Provides :
libsqlite3-3.0.8.so.0
sqlite3

Requires :
libpthread.so.0(GLIBC_2.2)
tcl
rpmlib(PayloadIsBzip2) <= 3.0.5-1
readline
libpthread.so.0
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.0)
ncurses
libpthread.so.0(GLIBC_2.0)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6(GLIBC_2.3)
libsqlite3-3.0.8.so.0
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6(GLIBC_2.1)
libreadline.so.5
libc.so.6(GLIBC_2.1.3)
libpthread.so.0(GLIBC_2.1)
libc.so.6


Content of RPM :
/usr/bin/sqlite3
/usr/lib/libsqlite3-3.0.8.so.0
/usr/lib/libsqlite3-3.0.8.so.0.8.6
/usr/share/doc/packages/sqlite3
/usr/share/doc/packages/sqlite3/README
/usr/share/doc/packages/sqlite3/SQLite.eps
/usr/share/doc/packages/sqlite3/SQLite.gif
/usr/share/doc/packages/sqlite3/SQLiteLogo3.tiff
/usr/share/doc/packages/sqlite3/affinity.html
/usr/share/doc/packages/sqlite3/lemon.html
/usr/share/doc/packages/sqlite3/report1.txt
/usr/share/man/man1/sqlite3.1.gz

 
ICM