1 image
Author
Description
A type-safe, Swift-language layer over SQLite3.
SQLite.swift provides compile-time confidence in SQL statement syntax and intent.
Features:
- A pure-Swift interface
- A type-safe, optional-aware SQL expression builder
- A flexible, chainable, lazy-executing query layer
- Automatically-typed data access
- A lightweight, uncomplicated query and parameter binding interface
- Transactions with implicit commit/rollback
- Developer-friendly error handling and debugging
- SQLCipher support
- Well-documented
- Extensively tested