iOS/iOS Swift Udemy - AngelaYu

Section19. 248) 데이터베이스 소개

Developer-Michelle 2022. 10. 29. 11:18
Method Use
UserDefaults Quickly persist small bits of data e.g. top score, player nickname, music on/off
Codable Flash freeze custom objects 마치 아이스크림을 plist로 얼렸다가 먹고싶을 때 꺼내먹는 느낌
Keychain Save small bits of data securely
SQLite Persist large amounts of data and query it.
Core Data Object-oriented database
Realm (오픈소스 프레임워크) A faster and easier database solution. (coredata 보다 빠르다). 장치에서 데이터를 로컬로 유지