SQLitePerformance A simple test to demonstrate performance of SQLite.swift On my computer I get following performance. using typed API took 20.1325590014458 seconds using db.prepare took 1.54185700416565 seconds using C native API took 0.0893980264663696 seconds