# SQLite-iOS **Repository Path**: liukk/SQLite-iOS ## Basic Information - **Project Name**: SQLite-iOS - **Description**: copy from https://github.com/Ryandev/SQLite-iOS.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQLite [![Build Status](https://api.travis-ci.org/Ryandev/SQLite-iOS.svg)](https://travis-ci.org/Ryandev/SQLite-iOS) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ## Build Add this repository to your projects Cartfile ``` github 'Ryandev/SQLite-iOS' == 3.11.1 ``` and run ```carthage update``` ## Usage * Include built sqlite3.framework into xcode project and add header ```objc #import ``` After the above use as normal ## Documentation Full SQLite documentation can be found [here](https://www.sqlite.org/docs.html) ## License SQLite is public domain & without a license. See [https://www.sqlite.org/copyright.html](https://www.sqlite.org/copyright.html)