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...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2016.
|
Edición: | 1st ed. 2016. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630339606719 |
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.