feature: add options for all() to limit before/after creation/id

This commit is contained in:
Andy Burke 2025-06-27 14:27:32 -07:00
parent 56715a1400
commit 89eff3fb13
3 changed files with 221 additions and 38 deletions

View file

@ -156,3 +156,7 @@ for browsing the data as a human.
TODO: index everything into a sqlite setup as well? would give a way to run
SQL against data still stored on disk in a nicely human browsable format.
## TODO
- [ ] make all()/find() return something like { file_info, entry: { private data = undefined; load() => { data = data ?? await Deno.readTextFile(this.file_info.path); return data; } } }