Go to the first, previous, next, last section, table of contents.
Unireg is our tty interface builder, but it uses a low level connection to our ISAM (which is used by MySQL) and because of this it is very quick. It has existed since 1979 (on Unix in C since ~1986).
Unireg has the following components:
convform
utility. Converts `.frm' and text files between
different character sets. myisampack
utility. Packs a ISAM table (makes it 50-80% smaller). The
table can be read by MySQL like an ordinary table. Only one record has to
be decompressed per access. Cannot handle BLOB
or TEXT
columns
or updates (yet). We update most of our production databases with the Unireg interface and serve web pages through MySQL (and in some extreme cases the Unireg report generator).
Unireg takes about 3M of disk space and works on at least the following platforms: SunOS 4.x, Solaris, Linux, HP-UX, ICL Unix, DNIX, SCO and MS-DOS.
Unireg is currently only available in Swedish and Finnish.
The price tag for Unireg is 10,000 Swedish kr (about $1500 US), but this includes support. Unireg is distributed as a binary. (But all the ISAM sources can be found in MySQL). Usually we compile the binary for the customer at their site.
All new development is concentrated to MySQL.
Go to the first, previous, next, last section, table of contents.