An open API service indexing awesome lists of open source software.

https://github.com/changsanjiang/sjsqlite3

DatabaseMapping. database mapping. Automatically create tables based on the model. 数据库模型映射. 自动建表, 自动更新表. 增删改查一句话搞定. 支持模糊查询, 各种插入和更新, 支持存储模型数组. pod SJSQLite3
https://github.com/changsanjiang/sjsqlite3

database-mapping modelmapping object-mapper object-mapping object-to-database-mapping sqlite3

Last synced: 7 months ago
JSON representation

DatabaseMapping. database mapping. Automatically create tables based on the model. 数据库模型映射. 自动建表, 自动更新表. 增删改查一句话搞定. 支持模糊查询, 各种插入和更新, 支持存储模型数组. pod SJSQLite3

Awesome Lists containing this project

README

          

# SJSQLite3

[![CI Status](https://img.shields.io/travis/changsanjiang@gmail.com/SJSQLite3.svg?style=flat)](https://travis-ci.org/changsanjiang@gmail.com/SJSQLite3)
[![Version](https://img.shields.io/cocoapods/v/SJSQLite3.svg?style=flat)](https://cocoapods.org/pods/SJSQLite3)
[![License](https://img.shields.io/cocoapods/l/SJSQLite3.svg?style=flat)](https://cocoapods.org/pods/SJSQLite3)
[![Platform](https://img.shields.io/cocoapods/p/SJSQLite3.svg?style=flat)](https://cocoapods.org/pods/SJSQLite3)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

SJSQLite3 is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'SJUIKit/SQLite3', :podspec => 'https://gitee.com/changsanjiang/SJUIKit/raw/master/SJUIKit-YYModel.podspec'
```

## Author

changsanjiang@gmail.com, changsanjiang@gmail.com

## License

SJSQLite3 is available under the MIT license. See the LICENSE file for more info.