Build iOS database apps with Swift and SQLite /
This book leads you through the essential concepts and new iOS 10 SDK and Swift 3 programming language APIs to build iPhone and iPad database driven applications using the defacto standard for data storage for mobile apps, SQLite. Readers will learn about SQL operations like selecting, inserting, up...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified] :
Apress,
[2016]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.