SQLite

From ArmadeusWiki
Revision as of 15:29, 4 April 2018 by JulienB (talk | contribs) (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation

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

Usage

  • 1 minute tutorial: [1]

Command line

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

C/C++ program

  • C/C++ API is detailed here: [3]

Links