This is not a Wikipedia article: It is an individual user's work-in-progress page, and may be incomplete and/or unreliable. For guidance on developing this draft, see Wikipedia:So you made a userspace draft. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
RDB relational database management system
editRDB[1] 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.
The tools are accessed using the UNIX shell and are largely developed using Perl programming language.
RDB data file format
editRDB data files are text files that are composed of:
- Zero or more comment lines
- A line of tab-delimited column names
- a line of tab-delimited column widths (with optional formatting codes)
- zero or more lines of tab-delimited data.
RDB files are normally named with an .rdb file name extension.
This simple, self-documenting format has been adopted as an output file format outside of its use in RDB. For example, the tab-delimited export file format used by the USGS's National Water Information System-Web
References
edit- ^ Hobbs, Walter, RDB: A Relational Database Management System, "Working Draft"