Command: sqlite
SQLite is a small SQL database which you can link with your application
program. For details see: www.sqlite.org
Syntax:
- none -
Options:
- none -
Comments:
The binaries sqlite3.exe and libsqlite3.a are in the APPS /
SOURCE/examples directory.
The sqlite3.exe is a tool to generate and manipulate databases,
libsqlite3.a is the library to link with your application program.
SQLITE has an extensive documentation that is beyond the scope of
this help. For more information see:
https://gitlab.com/FreeDOS/apps/sqlite OR:
https://www.sqlite.org/index.html
Examples:
- none -
See also:
- See above -
Copyright © 2013 Georg Potthast, help version 2023 W. Spiegl.
This file is derived from the FreeDOS Spec Command HOWTO.
See the file H2Cpying for copying conditions.