sord.base.dbase (version 2.0-pysqlite, 18 August 2010)
index
/home/jtsage/sord/sord/base/dbase.py

Saga of the Red Dragon
 
* A blatent rip off of Seth Able Robinson's BBS Door Masterpiece.  
* All attempts were made to be as close to the original as possible, 
* including some original artwork, the original fight equations, and 
* most especially the original spelling and punctuation mistakes.  Enjoy.
 
* Contains all database functions.
 
* (c) 2009 - 2011 J.T.Sage
* No Rights Reserved - but don't sell it please.

 
Modules
       
random
sqlite3
time

 
Functions
       
createDB(config, log)
Create new S.O.R.D. database
dayRollover(config, sqc, log)
Daily Update routine
getDB(config)
Get an active database connection
initialTest(config, log)
Check for db existence and check version
unlink(...)
unlink(path)
 
Remove a file (same as remove(path)).
updateDB(config, log)
Update S.O.R.D. datebase - for now, nuke and start over

 
Data
        __author__ = 'Jonathan T. Sage <jtsage@gmail.com>'
__credits__ = 'Seth Able Robinson, original game concept'
__date__ = '18 August 2010'
__version__ = '2.0-pysqlite'

 
Author
        Jonathan T. Sage <jtsage@gmail.com>

 
Credits
        Seth Able Robinson, original game concept