Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
qof: QOF provides a query engine library for C objects.
| Name: | qof |
Vendor: | http://www.karan.org/ |
| Version: | 0.5.0 |
License: | GPL |
| Release: | 2 |
URL: | http://qof.sf.net |
- Summary
- QOF - The Query Object Framework is a C library that provides a query engine
to C applications. This allows SQL-like queries to be performes on a
collection of C/C++ objects (which act like SQL tables).
QOF is an offshoot of the GnuCash engine, consisting of those pieces
unrelated to accounting. The Query Engine allows C/C++ applications
to treat random collections of objects as if they were SQL tables,
and perform table-join type queries across them. In addition, the
query engine can be backed by an actual database, so that instances
of local objects can act as a 'cache' to a much larger SQL database.
Arch: src
| Download: | qof-0.5.0-2.src.rpm |
| Build Date: | Wed Apr 27 13:04:01 2005 |
| Packager: | Karanbir Singh <kbsingh{%}karan{*}org> |
| Size: | 555 KiB |
Changelog
- * Tue Sep 28 13:00:00 2004 Toshio Kuuratomi <toshio-tiki-lounge.com> - 0:0.5.0-0.fdr.2
- Added pkgconfig and glib2-devel to the -devel package's requirements.
(suggestion from Michael Schwendt)
- * Wed Jul 14 13:00:00 2004 Toshio Kuratomi <toshio[AT]tiki-lounge.com> - 0:0.5.0-0.fdr.1
- Initial RPM release.
- All patches submitted upstream.