WIP: JSON output

This commit is contained in:
JohnE 2015-06-08 15:54:28 -07:00
parent 0c823220eb
commit ee034649bb
1 changed files with 4 additions and 1 deletions

View File

@ -60,7 +60,10 @@ class DBSchema:
def writeFingerprint(self):
keys = self.tables.keys()
for key in keys:
tableDef = self.tables[key]
tableDef.toJSON()
return