Skip to content

Smallcubed/CSQLite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, percentile, 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.

About

SQLite packaged for the Swift Package Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Swift 0.2%