1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: nosql
Build-Depends: rc, procmail, metamail
Section: utils
Priority: optional
Maintainer: David Frey <dfrey@debian.org>
Standards-Version: 3.5.5
Package: nosql3
Architecture: any
Depends: ash, rc, mawk (>= 1.3.3)|gawk (>= 3.1), perl (>= 5)|perl5, rcs, procmail, metamail, debianutils (>= 1.15)
Description: a Relational Database Management System for Unix.
NoSQL is a fast, portable, relational database management system without
arbitrary limits, (other than memory and processor speed) that runs under,
and interacts with, the UNIX Operating System.
.
It uses the Operator/Stream DBMS paradigm described in "Unix Review",
March, 1991, page 24, entitled "A 4GL Language". There are a number of
"operators" that each perform a unique function on the data. The "stream"
is supplied by the UNIX Input/Output redirection mechanism. Therefore each
operator processes some data and then passes it along to the next operator
via the UNIX pipe function. This is very efficient as UNIX pipes are
implemented in memory. NoSQL is compliant with the "Relational Model".
.
*NOTE*: This is a new, re-designed, more performant upstream release which
is no longer command-line compatible with NoSQL V2.
.
The commands are now in /usr/lib/nosql3 in order to not clutter up
/usr/bin.
|