-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Description
Inspired by the --dump
mechanism I added to sqlite-utils memory
here: #272 (comment)
Can use
.iterdump()
to implement this: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.iterdumpMaybe instead (or as-well-as) offer
--dump
which dumps out the SQL from that.