Expand README

This commit is contained in:
df 2020-08-14 23:05:28 +00:00
parent 3137408be1
commit e3ca67e937
1 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
# usqlite
Minimal SQLite3 exec wrapper
Minimal SQLite3 exec wrapper
[SQLite3](https://www.sqlite.org/) 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.