Small. Fast. Reliable.
Choose any three.

Search results 11..20 of 60 for: sqlite3

1.1. Canonical Sources vs. Amalgamation  ... sqlite3.c sqlite3.h shell.c These "amalgamation" source files are also C-code. Combining lots of smaller code files together into a few big C-code files makes SQLite easier to compile. And it helps the C-compiler optimize ... 
20. Using sqlite3 in a shell script One way to use sqlite3 in a shell script is to use "echo" or "cat" to generate a sequence of commands in a file, then invoke sqlite3 while redirecting input from the generated command file. This works fine and is ... 
SQLite Archive Files
(sqlar.html)
4. Managing An SQLite Archive From The Command-Line The recommended way of creating, updating, listing, and extracting an SQLite Archive is to use the sqlite3.exe command-line shell for SQLite version 3.23.0 (2018-04-02) or later. This CLI supports the -A command-line option ... 
Custom Builds Of SQLite
(custombuild.html)
Custom Builds Of SQLite or Porting SQLite To New Operating Systems 1.0 Introduction For most applications, the recommended method for building SQLite is to use the amalgamation code file, sqlite3.c, and its corresponding header file sqlite3.h. The ... 
SQLite Download Page
(download.html)
 ... The amalgamation source code files (the "sqlite3.c" and "sqlite3.h" files) build products and are not contained in raw source code tree. https://sqlite.org/src (Dallas) https://www2.sqlite.org/src (Newark) https://www3.sqlite.org/src (San ... 
2.2. Workload  ... the "speed-check.sh" script, the "speedtest1.c" test program, and the SQLite amalgamation source files "sqlite3.c" and "sqlite3.h" Then run "sh speed-check.sh trunk".
SQLite Foreign Key Support
(foreignkeys.html)
4.2. Deferred Foreign Key Constraints  ... sqlite3> BEGIN; sqlite3> INSERT INTO track VALUES(1, 'White Christmas', 5); sqlite3> -- The following COMMIT fails, as the database is in a state that sqlite3> -- does not satisfy the deferred foreign key constraint. The sqlite3> ... 
SQLite Backup API
(backup.html)
2. Example 1: Loading and Saving In-Memory Databases  ... Otherwise, if ** an error occurs, an SQLite error code is returned. */ int loadOrSaveDb(sqlite3 *pInMemory, const char *zFilename, int isSave){ int rc; /* Function return code */ sqlite3 *pFile; /* Database connection opened on zFilename */ sqlite3_backup *pBackup; /* Backup object used to copy data ... 
3. The Tcl interface to the SQLite library The SQLite extension for Tcl consists of a single new Tcl command named sqlite3. Because there is only this one command, the interface is not placed in a separate namespace. The sqlite3 command is mostly used as follows to open ... 
SQLite Pro Support
(prosupport.html)
 ... All products come in the form of an {amalgamated source file} named "sqlite3.c". So compiling SEE, ZIPVFS, or CEROD into an application is simply a matter of substituting the SEE-, ZIPVFS-, or CEROD-enabled sqlite3.c source file in ... 

123456

Page generated by FTS5 in about 96.84 ms.