SQLite

From ArmadeusWiki
Revision as of 15:23, 4 April 2018 by JulienB (Talk | contribs) (Created page with "==Installation== <pre class="host"> $ make menuconfig </pre> <pre class="config"> ... Target packages ---> ... Libraries ---> ... Database --->...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installation

$ make menuconfig
...
Target packages  --->
    ...
    Libraries  --->
        ...
        Database  --->
        ...
            [*] sqlite
  • rebuild your rootfs:
$ make menuconfig
  • and the reflash it on your SOM.

Usage

sqlite3 shell command is available to create/fill/interrogate databases. Some examples are give here: [1]