iOS Swift 5 Sqlite Database Crud using FMDB | Part – 2/3



iOS Swift 5 Sqlite Database Crud using FMDB | Part – 2/3

iOS Swift 5 Sqlite Database Crud using FMDB | Part - 2/3

Hi Everyone, In This Part We Going To Cover How to add Sqlite Database to our project, Adding FMDB library to create bridging header & inserting value to database .
– [x] Creating ModelManager class to Insert our data to database
– [x] Creating StudentModel struct
– [x] Creating Util class to get Database path
– [x] Adding FMDB library to our project
– [x] Creating sqlite database, Student Table & adding that database to our Xcode project

if haven’t watch Sqlite Database Crud app first part then go and watch.
this project is Available at Github.
Project Github Link:- https://github.com/Raju-Gupta/SqliteDBDemo

Comments are closed.