Skip to content

sqlite本地数据库自动升级,支持添加表、添加字段、删除表、删除字段(注意:删除字段时候操作是根据现有的字段重新创建表再重名名的,在db中不要设置主键之类的字段)

License

hu5675/SwiftLocalDbAutoUpgrade

Repository files navigation

SwiftLocalDbAutoUpgrade

sqlite本地数据库自动升级,支持添加表、添加字段、删除表、删除字段(注意:删除字段时候操作是根据现有的字段重新创建表再重名名的,在db中不要设置主键之类的字段)

CI Status Version License Platform

Example

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

Requirements

Installation

SwiftLocalDbAutoUpgrade is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftLocalDbAutoUpgrade', '~> 1.0.1'

Author

hu5675, hytmars1989@126.com

License

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

About

sqlite本地数据库自动升级,支持添加表、添加字段、删除表、删除字段(注意:删除字段时候操作是根据现有的字段重新创建表再重名名的,在db中不要设置主键之类的字段)

Resources

License

Stars

Watchers

Forks

Packages

No packages published