blob: bb6b5a891d44a78efa8f816e757234fe6336f446 (
plain)
1
2
3
4
|
RDB is a fast, portable Relational Database Management System without
arbitrary limits (other than memory and processor speed). It uses the
"operator/stream" DBMS paradigm. The operators are Unix filters (i.e.
they read STDIN and write STDOUT), so they can be connected by pipes.
|