wildthink / CSQLite

SQLite packaged for the Swift Package Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SQLite packaged for the Swift Package Manager


Languages

Language:C 99.9%Language:Swift 0.1%