Databases on iOS: Making queries to SQLite in Swift (SELECT, INSERT, UPDATE and DELETE) - Tutorial

preview_player
Показать описание
Using the example of an iOS mobile application, we will learn how to execute database queries (SELECT, INSERT, UPDATE and DELETE) to SQLite using the Swift programming language. The library of toolkit GRDB will help us.

Рекомендации по теме
Комментарии
Автор

Thanks Igor - I'm a beginner, helps me a lot! I was looking at crazy complicated shit before I saw this...

andrewkemp
Автор

Nice video! Helped me a lot with databases. Thank you!

Yulyusha
Автор

I run your code but i got error while line number 74 i got fatel error if suppose i change this ! - > ?? "" i didn't get any output

-ECE--VIGNESHN
Автор

Привет, у меня вопрос я могу создать в любой СУБД БД(Например в PostgresSQL) и потом её так использовать как в видео ? Заранее спасибо.

zheniaserhatyi
Автор

I have some misunderstanding, so I`ve no errors, but data from my database doesn't display in table view, maybe you can help me, please

AlinaVovkovynska
Автор

Igor I have a question: how did you connect the outlets in the ProductTableViewCell to the main view? Mine won’t connect and the app is not working as a result (it runs but shows no data).
Second question, did you use a DBHelper to set the OpaquePointer, and change AppDelegate to connect to the database?
If you can answer 😊 Thankyou!

andrewkemp