Skip to content

Databases

CSV File Viewer and Editor in VS Code

DBCode lets you open and work with CSV files directly in VS Code. Browse data with sorting and filtering, edit values inline, and run SQL queries against your CSV files using DuckDB under the hood.

Rows can be edited straight from the grid without choosing key columns, duplicate rows included. DBCode keys each row internally and writes the file back after every change. If the file is changed by another program while it is open, refresh the grid before saving further edits.

  • Open any .csv file in the data grid
  • Sort, filter, and group data
  • Edit values inline
  • Run SQL queries against CSV data
  • Export to other formats (Excel, Parquet, JSON)