Search Results

1
vote

get list of tables, db schema, dump etc in Python sqlite3

Check out here for dump. It seems there is a dump function in the library sqlite3. …