Name : sqlite3
| |
Version : 3.0.8
| Vendor : (none)
|
Release : 1suse90
| Date : 2005-01-16 13:45:21
|
Group : Development/Libraries/C and C++
| Source RPM : sqlite3-3.0.8-1suse90.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.0/RPMS/i686 |