-
bindings: Rule bindings for sql grammar.
-
client
-
database: Main entry point for gadfly sql.
-
gfsocket: Socket interactions for gadfly client and server...
-
grammar: SQL grammar, partial, based on ODBC 2.0 programmer's ref...
-
introspection: View based introspection and extension views...
-
kjbuckets0: kjbuckets in pure python...
-
kjbuckets_select: Select the best kjbuckets module available.
-
kjParseBuild: Python code for building a parser from a grammar...
-
kjParser: Python for parser interpretation...
-
kjSet: Sets implemented using mappings.
-
operations: Database modification statement semantics...
-
scripts: Scripts...
-
gfplus: An Interactive Shell for the Gadfly RDBMS (http://gadfly.sf.net/)
Jeff Berliner (jeff@popmail.med.nyu.edu) -- 11/24/1998
(old URL http://shamrock.med.nyu.edu/~jeff/gfplus/)
gfplus is a simple interactive shell for Gadfly, based losely on
Oracle's SQL*Plus tool.
-
gfserver: gadfly server mode
script usage
python gfserve.py port database directory password [startup]
test example
python gfserve.py 2222 test dbtest admin gfstest
port is the port to listen to
database is the database to start up.
-
semantics: SQL semantics...
-
serialize: essentially, specialized pickle for this app:...
-
server
-
sql: defines the SQL grammar and bahaviour for gadfly...
-
sql_mar
-
store: Storage objects...
|