Enter .

But for 90% of the "side projects" and "edge scripts" we write? It is more than enough. # Install via cargo cargo install crocodb-cli Start the REPL crocodb

> INSERT INTO sensors VALUES ('temp', 23.5); > SEARCH VECTOR FOR "hot weather" LIMIT 5; [Result: temp:23.5, relevance: 0.92] CrocoDB is a reminder that software doesn't have to be complicated. It does one thing (fast, embedded storage for hybrid search) really, really well. If you are tired of the complexity of modern data stacks, give CrocoDB a shot.

Let’s face it: setting up a database for a small project often feels like feeding a crocodile. It’s heavy, complex, and if you make one wrong move—it snaps. Between the sluggish Docker containers and the endless JSON parsing, we’ve been begging for something simpler.