feature: add options for all() to limit before/after creation/id
This commit is contained in:
parent
56715a1400
commit
89eff3fb13
3 changed files with 221 additions and 38 deletions
|
@ -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; } } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue