Skip to content

z/OS port of SQLite 3.8.7 . Downloaded from http://www.sqlite.org/download.html. A combination of the amalgamation (sha1: sha1: 3e23079f062fc06705eead4db108ee429878b532) and the autoconfig (sha1: 8b773b006db46f3ffcbabe065e927823d13bf5c0)

Notifications You must be signed in to change notification settings

JohnArchieMckown/sqlite-v3r8m7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package contains:

 * the SQLite library amalgamation (single file) source code distribution,
 * the shell.c file used to build the sqlite3 shell too, and
 * the sqlite3.h and sqlite3ext.h header files required to link programs
   and sqlite extensions against the installed libary.
 * autoconf/automake installation infrastucture.

The generic installation instructions for autoconf/automake are found
in the INSTALL file.

The following SQLite specific boolean options are supported:

  --enable-readline           use readline in shell tool   [default=yes]
  --enable-threadsafe         build a thread-safe library  [default=yes]
  --enable-dynamic-extensions support loadable extensions  [default=yes]

The default value for the CFLAGS variable (options passed to the C 
compiler) includes debugging symbols in the build, resulting in larger
binaries than are necessary. Override it on the configure command
line like this:

  $ CFLAGS="-Os" ./configure

to produce a smaller installation footprint.

Other SQLite compilation parameters can also be set using CFLAGS. For
example:

  $ CFLAGS="-Os -DSQLITE_OMIT_TRIGGERS" ./configure

About

z/OS port of SQLite 3.8.7 . Downloaded from http://www.sqlite.org/download.html. A combination of the amalgamation (sha1: sha1: 3e23079f062fc06705eead4db108ee429878b532) and the autoconfig (sha1: 8b773b006db46f3ffcbabe065e927823d13bf5c0)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published