aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0205e5d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+SQLite3
+=======
+
+This is a trivial port of the SQLite3 database package to the Cryptech
+environment. At least for now, this just downloads the source
+package, checks that the SHA-256 digest of the source tarball matches
+a known value, and builds the package with the options we want.
+
+If we end up making heavier use of SQLite3 as the project progresses,
+we may need something more elaborate (eg, to enable SQLite3's "bare
+flash" driver), but this should suffice for the moment.