Go to file
Stephen F. Booth 9b04dc96c0
Update SQLite to version 3.37.2 (#10)
2022-01-06 09:21:42 -06:00
.github/workflows Run tests 2021-05-30 10:31:15 -05:00
Sources/CSQLite Update SQLite to version 3.37.2 (#10) 2022-01-06 09:21:42 -06:00
Tests/CSQLiteTests Update CSQLiteTests.swift 2021-06-08 12:33:02 -05:00
.gitignore Add .gitignore 2021-05-30 08:47:07 -05:00
Package.swift Spaces to tabs 2021-06-05 18:28:08 -05:00
README.md Remove SHA1 extension (#6) 2021-06-04 17:18:06 -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 JSON1 extension, the R*Tree index extension, database snapshots, 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.