You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>>fromjson_as_dbimportDatabase>>>fromjson_as_db.formatterimportTableFormatter, TreeFormatter>>>formatter=TreeFormatter(...)
>>>db=Database(formatter=formatter)
>>>db=Database.load('path/file.json', formatter=formatter) # also this should be supported>>>db.view() # Now it is optional
so anybody can extend and use their own formmating to represent database.
Looking like as following:
consistent setting up when initialize
so anybody can extend and use their own formmating to represent database.
The text was updated successfully, but these errors were encountered: