Giter VIP home page Giter VIP logo

libqimdatabase-ios's Introduction

公有云(Startalk APP)

基于Startalk服务器及客户端,用户可建立属于自己的域,

注册账号、新建域、添加域用户、下载客户端、配置域导航,

仅需5步,您就可以拥有强大的im能力,

客户端下载下载

客户端导航配置配置导航

私有云(Startalk SDK)

Startalk私有云是一种去中心化的部署方式,

用户或企业将Startalk后端代码完全部署在自己的服务器上,

选择SDK嵌入自己的APP中,

每个公司都是一个单独的节点,每个节点独立运营,数据只保存在节点中

介绍

QIMCommon是一套基于sqlite3.0框架的高性能的数据库组件

集成环境

  • 编译版本 : iOS SDK 9.0 及以上。
  • 操作系统 : iOS 9.0 及以上。

集成说明

Cocoapods 集成

我们建议你通过 Cocoapods 来进行 QIMDataBase 的集成,在 Podfile 中加入以下内容:

source 'https://github.com/startalkIM/libqimkit-ios-cook.git'
pod 'QIMDataBase'

手动集成(不推荐!!!)

  1. 下载QIMDataBase文件夹内的所有内容

  2. 将QIMDataBase内的源文件添加(拖放)到你的工程

  3. 为QIMDataBase/**/*.{h,m,c}文件添加编译参数-fno-objc-arc。

  4. 链接以下系统依赖项

    • sqlite3
    • Foundation

问题反馈

libqimdatabase-ios's People

Contributors

lidalu avatar fantasywxx avatar froyomu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.