Go to file
Stephen Booth c0a72c836e
Update SQLite to version 3.42.0 (#27)
* Update SQLite to version 3.42.0

* Add new sqlite3_db_config() options
2023-05-23 21:33:22 -05:00
.github/workflows Update to actions/checkout@v3 2022-10-03 16:00:47 -05:00
Sources/CSQLite Update SQLite to version 3.42.0 (#27) 2023-05-23 21:33:22 -05:00
Tests/CSQLiteTests Fix code formatting 2022-10-01 10:37:18 -05:00
.gitignore Add .gitignore 2021-05-30 08:47:07 -05:00
LICENSE.txt Rename LICENSE to LICENSE.txt 2023-04-07 13:34:09 -05:00
Package.swift Enable the sqlite_stmt table 2022-07-30 15:15:36 -05:00
README.md Enable the sqlite_stmt table 2022-07-30 15:15:36 -05:00

README.md

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.