GadflyB5: SQL Relational Database in Python (original) (raw)
Gadfly is a simple relational database system implemented in Python based on the SQL Structured Query Language. The package requires installation before use, please see the section on installation. In addition to this general documentation, please see the Gadflyfrequently asked questions.
Contents
- Installation
- Overview
- gfplus, the command-line SQL tool
- SQL details
- Frequently Asked Questions
- kwParsing (core parsing engine)
- kjBuckets (core storage types)
- Database Recovery
- Network Setup
- About the New Gadfly Relase, GadflyB5
- Contact
- Acknowledgements
- License
- Gadfly project page, including downloads and bug tracker.
About the New Gadfly Relase, GadflyB5
Codename: GadflyB5 (a much better series than TNG ;)
See the announcement text for more info.
Acknowledgements
Aaron Watters, for writing the whole thing in the first place. You rock!
For contributions over time: the Zope Corporation team, Berthold Hoellmann, Oleg Broytmann, Adnan Merican, spex66, jfarr, Anthony Baxter, Lars M. Garshol, Marc Risney, Jeff Berliner.
License
The gadfly and kjbuckets source is copyrighted, but you can freely use and copy it as long as you don't change or remove the copyright:
Copyright Aaron Robert Watters, 1994
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation.
AARON ROBERT WATTERS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL AARON ROBERT WATTERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.