swift 学习数据库之 sqlite

Posted 遇到的问题

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift 学习数据库之 sqlite相关的知识,希望对你有一定的参考价值。

1. sqlite数据库

  查看 sqlite manage工具

 语法:http://www.runoob.com/sqlite/sqlite-syntax.html

 封装:sqlitedb:https://github.com/pokay/SQLiteDB

         sqlite.swifthttps://github.com/pokay/SQLite.swift

 

  swift + xcode 7.3.1 +sqlite3.0

   1. .db数据库

   2. 工程中间 “Build Phases” -- "Link Binary With Libraries" --"+"--"libsqlite3.0.tbd"

   3. 旁边"Build Setting" --""

以上是关于swift 学习数据库之 sqlite的主要内容,如果未能解决你的问题,请参考以下文章