Realm] 참고 자료
RealmObject <-> Struct 변환
https://medium.com/@ludovicjamet/how-to-use-struct-with-realm-615fcbc8f0ee
How to use struct with Realm ?
By default, Realm Objects are classes and not structs because they are not values, but auto-updating objects pointing to data in Realm…
medium.com
class 분리
Using Realm Mobile Database with Swift 4.0 (Insert, Update, Delete, List)
A big problem that many developers face now a days is dealing with database. Here is using Realm mobile database with Swift 4.0.
insights.nimblechapps.com
http://tpcreative.co/index.php/2018/06/17/realm-database-working-with-ios/
Realm database working with IOS. – TPCreative
Introductions In this tutorial I am going to guide how to integrate Realm database into IOS swift language. Let save your time. I just focus on some main functions such as insert, delete and update. That’s enough to apply your project. if you want to know
tpcreative.co
RealmWrapper 개발기 (모듈화)
https://medium.com/cashwalk/realmwrapper-%EA%B0%9C%EB%B0%9C%EA%B8%B0-b15164b34cee
RealmWrapper 개발기
쓰기 쉬운 RealmSwift를 조금 더쓰기 쉽도록 템플릿을 제공해주는 ‘RealmWrapper’ 개발기를 적어보려 합니다.
medium.com
MainAPP 의 Realm을 TodayWidget 에서 사용하기
https://viblo.asia/p/iosrealm-realm-tutorial-part-1-to-do-list-with-realm-RQqKLzENl7z
[iOS][Realm] Realm Tutorial - Part 1: To Do List With Realm
Introduction to Realm Realm là một giải pháp thay thế SQLite và CoreData tuyệt vời, giúp nhanh chóng và tốn ít thời gian để thiết kế Data cho App iOs. Bạn có thể tham khảo tài liệu từ Realm nhà phát...
viblo.asia