tool: Beagle SQL


Language:
SQL
Author:
Rob Klein
Location:
http://tiny.iapnet.com/rob/beagle.html
Description:
Beagle SQL is a free client server database management system for Unix operating systems. It is very new and development is still in progress. The following subset of SQL is currently supported (full ANSI compliance being the ultimite goal): CREATE TABLE, CREATE INDEX, SELECT, INSERT, DROP TABLE, DROP INDEX. The SELECT statement supports complex expressions complete with implicit join operations as well as explicit btree index support.

Supported operators include <>, <, >, contains, begins, and =.

-
Full source code available
-
Complex expression parser
-
Implicit joins
-
Variable length fields and records
-
Multi-Attribute B-Tree indexes
-
Subset of SQL
Updated:
October 1st, 1997

Related Items

language: SQL

category: special purpose languages summary, or expanded.


This work supported by Idiom Consulting. Idiom is a full-service ISP, providing Internet access in Northern California and Web hosting worldwide.

Please send updates to free-compilers@idiom.com

The HTML is maintained by David Muir Sharnoff and the entries themselves are currently maintained by Bryan Miller.

Copyright (c) 1992-1998 David Muir Sharnoff, All Rights Reserved
Copyright (c) 1994-1996, Steven Allen Robenalt, All Rights Reserved