mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
21 lines
618 B
Text
21 lines
618 B
Text
DESCRIPTION
|
|
|
|
SQLite is an embeddable SQL relational database with a ~1mb
|
|
footprint and a wide variety of features.
|
|
|
|
ORIGIN
|
|
|
|
https://www.sqlite.org/2022/sqlite-preprocessed-3400000.zip
|
|
|
|
LICENSE
|
|
|
|
Public Domain or MIT
|
|
|
|
LOCAL CHANGES
|
|
|
|
- Added `/zip/.args` file support to SQLite shell
|
|
- Added `--strace` system call tracing flag to SQLite shell
|
|
- Added `--strace` function call logging flag to SQLite shell
|
|
- Configured fsync() using runtime magnums rather than ifdefs
|
|
- Modify preprocessor macro for enabling pread() and pwrite()
|
|
- Save and restore errno in some places to avoid log pollution
|