yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
838 stars 6 forks source link

runtime error at `webview.queryError.readwrite` #12

Closed Alien-Alfa closed 1 year ago

Alien-Alfa commented 1 year ago

database disk image is malformed Method: table_schema database disk image is malformed Method: table_schema

yy0931 commented 1 year ago

Can the database be opened using the SQLite 3 CLI (sqlite3)? If it is corrupted, you may have a chance of recovering data with the .recover command. If you are able to connect to the database with the SQLite 3 CLI and execute SELECT * FROM sqlite_master; successfully, but you are unable to open the database with the extension, please let me know.