dgsb / sqlite.swift

A simple package which embeds an up to date sqlite3 amalgamated version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite for Swift

The purpose of this package is to merely embed the amalgaamted version of the up to date 3.41.2 sqlite3 version. The library is then available for static linking with the application in order to not depend on system library version which may vary between targets.

About

A simple package which embeds an up to date sqlite3 amalgamated version


Languages

Language:C 100.0%Language:Swift 0.0%