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
This commit is contained in:
commit
65326b2dcb
15 changed files with 17844 additions and 0 deletions
4
src/q/upsert-blob.sql
Normal file
4
src/q/upsert-blob.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO sidx_blob(blake3, n_bytes)
|
||||
VALUES
|
||||
(?, ?)
|
||||
ON CONFLICT DO NOTHING;
|
Loading…
Add table
Add a link
Reference in a new issue