zixun / GodEye

Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes
MIT License
3.85k stars 351 forks source link

Use sqlite3.0 replace dependency of SQLite.swift #24

Closed zixun closed 7 years ago

zixun commented 7 years ago

I found SQLite.swift is so huge and it‘s unsuited for GodEye. such as https://github.com/zixun/GodEye/issues/22.

so, in the next version of GodEye, I will Use sqlite3.0 without any dependency to replace the dependency of SQLite.swift

jeffreylyg commented 7 years ago

@zixun 大概什么时候发下个版本呀?

zixun commented 7 years ago

今天刚发了一个小版本,修复了一些近期反馈的bug,下个版本移除SQLite.swift工程量有点大,打算尽量4月底前搞定

zixun commented 7 years ago

this feature will be developed in branch of feature/sqlite3.0

zixun commented 7 years ago

I found use sqlite3.0 in swift is very complex and SQLite.swift do it well. and the bug of https://github.com/zixun/GodEye/issues/22 is an error cased by my demo project, I have adjusted the project, and the demo can work well

so, this enhancement will be cancle