Minimal SQLite3 exec wrapper
Go to file
df 96fc581a91 Added package build 2020-08-15 13:02:47 +01:00
opkg Added package build 2020-08-15 13:02:47 +01:00
.gitignore Initial commit 2020-08-14 22:41:01 +00:00
LICENSE Initial commit 2020-08-14 22:41:01 +00:00
Makefile Added package build 2020-08-15 13:02:47 +01:00
README.md Expand README 2020-08-14 23:06:44 +00:00
usqlite.c Initial sources 2020-08-15 00:10:03 +01:00

README.md

usqlite

Minimal SQLite3 exec wrapper

SQLite3 provides a very capable query tool but it may be too large to be included in the flash filesystem of an embedded device. This query applet is intended for use in such limiting cases.

usqlite --help
Usage: usqlite ["SQL command;" ...] [< SQL_script]

u is an abbreviation for micro popular in the typewriter era before it was easy to write the Greek letter μ (mu), or it could stand for unplasticised which would be equally valid as the Makefile avoids the -fplasticise compiler flag.

This program is released subject to the GNU GENERAL PUBLIC LICENSE Version 3, whose text is included in the file LICENSE included in the top level of this repository.