Update SQLite to version 3.42.0 (#27) Update SQLite to version 3.42.0 Add new sqlite3_db_config() options
Update SQLite to version 3.42.0 (#27)
Update SQLite to version 3.42.0
Add new sqlite3_db_config() options
SQLite packaged for the Swift Package Manager.
The package contains the SQLite amalgamation built using the recommended compile-time options.
The default build configuration includes the FTS5 extension, built-in SQL math functions, the R*Tree index extension, database snapshots, sqlite_stmt table, and the sqlite_stat4 table.
Additionally, the carray, decimal, ieee754, series, sha3, and uuid extensions are statically linked.
The package also includes shims for various C functions not easily accessible from Swift.
SQLite is in the public domain.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
CSQLite
SQLite packaged for the Swift Package Manager.
The package contains the SQLite amalgamation built using the recommended compile-time options.
The default build configuration includes the FTS5 extension, built-in SQL math functions, the R*Tree index extension, database snapshots, sqlite_stmt table, and the sqlite_stat4 table.
Additionally, the carray, decimal, ieee754, series, sha3, and uuid extensions are statically linked.
The package also includes shims for various C functions not easily accessible from Swift.
License
SQLite is in the public domain.