LioranDB TypeScript Series #5: Cursors, Query Shaping and Full-Text Search
LioranDB TypeScript Series #5: Cursors, Query Shaping and Full-Text Search LioranDB TypeScript Series: Build with a developer-first document database powered by Rust and designed for TypeScript. Calling find() doesn't simply give you an array. It gives you a FindCursor . That distinction becomes useful as queries grow. Building a query const cursor = users . find ({ active : true }) . sort ({…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.