We're launching SlothDB - what file format do you struggle with the most?
Hey Hunters! I'm building SlothDB — an open-source embedded database that lets you query files directly with SQL. No server, no import step, no dependencies. You literally just do this: SELECT * FROM 'sales.csv'; SELECT * FROM read_parquet('events.parquet'); SELECT * FROM 'report.xlsx'; It supports CSV, Parquet, JSON, Excel, Avro, Arrow, and SQLite — all built into the engine. Before we launch,...
We're launching SlothDB - what file format do you struggle with the most?
Hey Hunters! I'm building SlothDB - an open-source embedded database that lets you query files directly with SQL. No server, no import step, no dependencies. You literally just do this: SELECT * FROM 'sales.csv'; SELECT * FROM read_parquet('events.parquet'); SELECT * FROM 'report.xlsx'; It supports CSV, Parquet, JSON, Excel, Avro, Arrow, and SQLite — all built into the engine. Before we launch,...
