Buch, Englisch, 200 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 4293 g
ISBN: 978-1-4842-2231-7
Verlag: Apress
You will learn about SQL operations, such as selecting, inserting, updating and deleting data using various data types like text, numerical types, images and even audio/video data. After working through this book, you will gain an expert view of developing iOS apps using SQlite as a data storage using Objective-C and Swift.
With Build iOS Database Apps with Swift and SQLite you will also gain expert knowledge on how to create databases at runtime, including creating or modifying indexes, triggers, tables, columns, and views. The examples use time-tested code from working applications.
What You'll Learn:
- Create database and database applications using iOS and Swift
- Insert, select, edit, and delete records
- Extend SQLite
- Work with multi-database apps
- Use SQLite with Swift
- Backup online SQLite databases and more
Who This Book Is For:Experienced Apple iOS, Swift programmers and developers.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Datenbankprogrammierung SQLite
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Macintosh Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
Chapter 1. Creating the Objective-C Wrapper.- Chapter 2. Creating SQLite Databases.- Chapter 3. Creating Databases During Runtime.- Chapter 4. Altering Databases and Other Features.- Chapter 5. Inserting Records.- Chapter 6. Selecting Records.- Chapter 7. Updating Records.- Chapter 8. Deleting Records.- Chapter 9. Searching for Records in SQLite.- Chapter 10. Working with Multi-Databases.- Chapter 11. Backing Up SQLite Databases.- Chapter 12. Analyzing SQLite Databases