sourCEntral - mobile manpages

pdf

NoSQL

NAME

NoSQL − Relational Database Management System

SYNOPSIS

command arguments...

INTRODUCTION

This manual page briefly documents NoSQL 2.4.7. It was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. Instead it contains documentation in HTML format.

NoSQL is a fast, portable, relational database management system without arbitrary limits other than memory and processor speed.

NoSQL uses the ‘operator/stream' DBMS paradigm described in ”Unix Review“, March, 1991, page 24, entitled ”A 4GL Language“. The operators are Unix filters, in other words, they read tables or lists from stdin and write output (also tables or lists) to stdout. They are typically connected by pipes to do staged processing.

The operators work with relational data in ASCII files. The fields in each row are separated by a ‘TAB' char and the row is terminated with a ‘NEWLINE' char. The first row (the header) contains the names for each column preceded by the ASCII character SOH (0x01). Subsequent rows (the body) contain the data values.

DESCRIPTION

The commands are stored in command -h. The following table lists a short overview of the NoSQL commands: (Tables are NoSQL tables, unless explicitly mentioned otherwise)

img

SEE ALSO

awk(1), perl(1), rcs(1), lockfile(1).

AUTHOR

Carlo Strozzi <carlos AT linux DOT it>.
Manual page by David Frey <dfrey AT debian DOT org>

pdf