commit dcec993201a430c8f02ce3c20e450d472fe6cabe from: Omar Polo date: Sun Dec 31 11:31:50 2023 UTC sqlite3: typo commit - 8201a1c3967711189b26da7235385d4f260a62f1 commit + dcec993201a430c8f02ce3c20e450d472fe6cabe blob - 33f68228943187f1abfd506666525d720cfdaaf4 blob + e5b845dfc501b551beaccd7f3ccfc7aced7af3b4 --- sqlite3/README +++ sqlite3/README @@ -3,7 +3,7 @@ design, the wrapper functions resembles the underlying that it is possible to use this module while reading the sqlite3 official documentation. However, it is not a perfect 1:1 mapping, as the exported functions should feel nice to use in Hare and not just -mirorr the C APIs. +mirror the C APIs. Sample code: