sidx/src/q/upsert-blob.sql
SomeoneSerge 65326b2dcb init
First attempt at both Rust and snix-castore.
I'll start by putting together a single-file CLI app,
no splitting modules out until needed, no separation of concerns.

Currently, just the fetching is implemented:

```
$ sidx pkgs/dev*/cuda-*/cuda/manifests/*.json
```

npins: init
2025-04-20 00:13:35 +00:00

4 lines
77 B
SQL

INSERT INTO sidx_blob(blake3, n_bytes)
VALUES
(?, ?)
ON CONFLICT DO NOTHING;