Go to file
Stephen F. Booth ec8e56d16d
Rename several auto_extension functions
2021-06-03 10:44:16 -05:00
.github/workflows Run tests 2021-05-30 10:31:15 -05:00
Sources/CSQLite Rename several auto_extension functions 2021-06-03 10:44:16 -05:00
Tests/CSQLiteTests Rename several auto_extension functions 2021-06-03 10:44:16 -05:00
.gitignore Add .gitignore 2021-05-30 08:47:07 -05:00
Package.swift Add commonly-used extensions (#1) 2021-06-03 10:24:50 -05:00
README.md Update README.md 2021-06-03 10:25:58 -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, sha1, sha3, and uuid extensions are statically linked.

The package also includes wrappers for various C functions not easily accessible from Swift.