Skip to content

Databases

Apache Arrow File Viewer in VS Code

DBCode lets you open and work with Apache Arrow (IPC) files directly in VS Code. Browse data with sorting and filtering, and run SQL queries against your Arrow files using DuckDB under the hood.

  • Open any .arrow file in the data grid
  • Sort, filter, and group data
  • Run SQL queries against Arrow data
  • View schema information
  • Export to other formats (CSV, Excel, Parquet, JSON)

Arrow IPC file and stream formats are supported, including uncompressed and ZSTD-compressed files. LZ4-compressed Arrow files cannot be read; re-save them uncompressed, with ZSTD, or as Parquet.