Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Realm mobile database intro
Search
Realm
November 16, 2015
Technology
0
90
Realm mobile database intro
Realm mobile database intro
GDG Android Korea October 2015
Realm
November 16, 2015
Tweet
Share
More Decks by Realm
See All by Realm
WWDC 2017 Review
realm
0
2.1k
Xcode shortcuts
realm
0
4.7k
Self Branding with GitHub
realm
0
4.3k
Realm Mobile Platform overview and demo
realm
0
2.1k
Realm advanced topics and demo
realm
0
2k
Realm introduction Seoul meetup 10
realm
0
2.1k
Stuart Hall: How I got 2.3 Million App Downloads
realm
0
1.9k
James Majors: What the Swiftly Func?
realm
1
4.3k
Simina Pasat: Continuous everything for iOS apps
realm
0
630
Other Decks in Technology
See All in Technology
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.4k
新規事業におけるGORM+SQLx併用アーキテクチャ
hacomono
PRO
0
280
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
サイバーエージェント流クラウドコスト削減施策「みんなで金塊堀太郎」
kurochan
3
1.8k
Geospatialの世界最前線を探る [2025年版]
dayjournal
1
220
Performance Insights 廃止から Database Insights 利用へ/transition-from-performance-insights-to-database-insights
emiki
0
280
Claude Codeを駆使した初めてのiOSアプリ開発 ~ゼロから3週間でグローバルハッカソンで入賞するまで~
oikon48
9
3.5k
ComposeではないコードをCompose化する case ビズリーチ / DroidKaigi 2025 koyasai
visional_engineering_and_design
0
110
プレーリーカードを活用しよう❗❗デジタル名刺交換からはじまるイベント会場交流のススメ
tsukaman
0
160
【Kaigi on Rails 事後勉強会LT】MeはどうしてGirlsに? 私とRubyを繋いだRail(s)
joyfrommasara
0
270
AWS Control Tower に学ぶ! IAM Identity Center 権限設計の第一歩 / IAM Identity Center with Control Tower
y___u
0
170
コンテキストエンジニアリング入門〜AI Coding Agent作りで学ぶ文脈設計〜
kworkdev
PRO
1
1.2k
Featured
See All Featured
Thoughts on Productivity
jonyablonski
70
4.9k
Building Adaptive Systems
keathley
44
2.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Balancing Empowerment & Direction
lara
4
690
GraphQLとの向き合い方2022年版
quramy
49
14k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Why Our Code Smells
bkeepers
PRO
340
57k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
980
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Transcript
۬ (Realm) ୡҊࣘ ݽ߄ੌ ؘఠ߬झ Leonardo YongUk Kim
[email protected]
None
ݽفо Ӓ࠙ਸ फযפ.
String query = "SELECT " + Owner.NAME + ", "
+ Dog.NAME + ", " + City.NAME + " FROM " + Owner.TABLE_NAME + " INNER JOIN " + Dog.TABLE_NAME + " ON " + Owner.DOG_ID + " = " + Dog.ID + " INNER JOIN " + City.TABLE_NAME + " ON " + Owner.CITY_ID + " = " + City.ID + " WHERE " + Owner.NAME = "'" + escape(queryName) + "'";
ActiveRecord Ollie Androm Blurb Cupboard DBFlow DBQuery DBTools EasyliteOrm GreenDAO
Orman OrmLite Persistence RushORM Shillelagh Sprinkles SquiDB SugarORM
־о ॳաਃ? (ࢸ݃ ܻ݅..)
None
None
ୡҊࣘ ݽ߄ੌ ؘఠ߬झ
None
None
None
None
৵ ࡈۄਃ?
Zero-copy object store
None
None
None
None
None
None
ాੋ ܐҳઑ ஸۢ ӝ߈ ܐҳઑ
ஸۢ ӝ߈ ܐҳઑ • ಁ٬ ਃহ. • ೠ ஸۢ ױਤ
ী நएо ֈ ঋח.
ژ ޖਸ ೞաਃ? • boolean ഋ ܐח 8ѐঀ ޘযࢲ פ.
• ؘఠܳ 0, 1, 2, 4, 8, 16, 32, 64࠺۽ ޘणפ. ৈ۞ दبܳ ా೧ SQLite ࠺ ୭ 50% ب ҕр ബਯ ഛࠁ. ؘఠ ীࢲ நए ܫ ೱ࢚.
যڌѱ ॳաਃ?
None
None
None
None
݃Ӓۨ࣌
None
None
None
None
Version 0.83 (Nullable)
None
None
Nullable non-Nullable
Version 0.84 (Async)
None
None
Q&A
[email protected]