stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.64k stars 1.56k forks source link

Improving README.md to fix 2 issues #993

Closed nathanfallet closed 3 years ago

nathanfallet commented 4 years ago

Because of #988 and #983, I added a do...catch in the usage section, and a production implementation example in the related section.

Fix #988 Fix #983