Update to 3.38.0
10 files changed
tree: 43fa710000a7a65c892e64a55402d152b22661e2
  1. .gitignore
  2. BUILD.gn
  3. GIT_REVISION
  4. LAST_UPDATE
  5. LICENSE
  6. Makefile
  7. README.md
  8. sqlite3.c
  9. sqlite3.h
  10. VERSION
README.md

SQLite 3.x

This repo contains the amalgamated SQLite sources along with a mechanism to update them from the official mirror in a single step.

To update the amalgamated sources to the latest (along with the VERSION, GIT_REVISION, and, LAST_UPDATE files), run make on a POSIX system and submit the updates to the mirror.

No modifications are made to the amalgamated sources.

The LICENSE file is as present in the list of “unencumbered” licenses. Do NOT modify it.