From a18c0d41a606e8ff02f1457e9a0ac996132a2445 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 28 Apr 2015 15:04:49 -0400 Subject: Initial commit of SQLite3 port. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3