cryptonector

↗ HN profile [ 61.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. https://lite3.io/design_and_limitations.html See also Show HN: Lite³ – A JSON-Compatible Zero-Copy Serialization Format in 9.3 kB of C - https://news.ycombinator.com/item?id=45992832 (no comments, but a good writeup)

  2. Strace for Windows (github.com)
  3. FYI, `INSTEAD OF` triggers on views can function like stored procedures in SQLite3. It's not exactly the same, no, but you still get to have DMLs "stored" in the DB. For example, I'm not sure how to return results from…