WIP: JSON output
This commit is contained in:
parent
0c823220eb
commit
ee034649bb
|
@ -60,7 +60,10 @@ class DBSchema:
|
||||||
|
|
||||||
|
|
||||||
def writeFingerprint(self):
|
def writeFingerprint(self):
|
||||||
|
keys = self.tables.keys()
|
||||||
|
for key in keys:
|
||||||
|
tableDef = self.tables[key]
|
||||||
|
tableDef.toJSON()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue