sqlite-viewer-vscode icon indicating copy to clipboard operation
sqlite-viewer-vscode copied to clipboard

A quick and easy SQLite viewer for VSCode, inspired by DBBrowser for SQLite and Airtable.

Results 31 sqlite-viewer-vscode issues
Sort by recently updated
recently updated
newest added

I have some databases with a lot of tables, it would be a lot easier to work with them if the tables were sorted by name. Currently, the names are...

quite often i find myself wanting to quickly inspect a CSV file's contents without employing a full-on spreadsheet, and i have not found a good solution for that. it appears...

```sql CREATE TABLE foo ( real_column TEXT, gen_column NUMERIC AS (json_extract(real_column, '$.foo')) ); INSERT INTO foo (real_column) VALUES ('{"foo":42}'); SELECT * FROM foo; ``` This is valid SQLite, but the...

We have written the needed data into your clipboard because it was too large to send. Please paste. Type: Performance Issue It will always act like it opens the db...

The UI crashes if an unknown function is used in a view definition: ![image](https://github.com/qwtel/sqlite-viewer-vscode/assets/7470719/16b0e007-69d2-434e-9d29-8a34931c1d47) I would expect that it only fails for the affected views, but still shows the rest....

1. Create a hidden directory (name starting with a `.`) e.g. `.foo` and copy an SQLite database into it 2. Open the database in VSCode Nothing shows for any of...

Hello! I am currently having a problem where I could not open a .db file that has a size of more than 2GB with the SQLite Viewer on VSCode. I...

```sh 2024-10-23 08:46:14.588 [info] Extension host (Remote) is responsive. 2024-10-23 08:48:29.299 [info] Getting Manifest... qwtel.sqlite-viewer 2024-10-23 08:48:30.166 [info] Installing extension: qwtel.sqlite-viewer 2024-10-23 08:48:30.359 [info] Request to 'https://open-vsx.org/vscode/asset/qwtel/sqlite-viewer/0.8.6+web/Microsoft.VisualStudio.Code.WebResources/extension' failed with status...

I get an error message when opening the `.sqlite` file (12GB). I adjusted the max file size at settings, but still getting error messages... Does the extension not work on...

Please add the ability to select a range of cells (incl. full rows a/o columns) for copying their content and pasting it to text and/or csv. Thanks ❤️