Although IOS supports coredata, which is encapsulated by SQLite, users who are familiar with SQL may feel unfamiliar. In fact, when there is no coredata, We will directly operate SQLite. Here we will introduce two open-source projects, that is, directly operating SQLite. I think you will love it.
1. Mojo: https://github.com/cpjolicoeur/mojo-database
2. fmdb: https://github.com/ccgus/fmdb
The usage is very simple and is described on the webpage.
See: Click to open the link
Although IOS supports coredata, which is encapsulated by SQLite, users who are familiar with SQL may feel unfamiliar. In fact, when there is no coredata, We will directly operate SQLite. Here we will introduce two open-source projects, that is, directly operating SQLite. I think you will love it.
1. Mojo: https://github.com/cpjolicoeur/mojo-database
2. fmdb: https://github.com/ccgus/fmdb
The usage is very simple and is described on the webpage.
See: Click to open the link