1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【小ネタ】Realm Studioを使ってGUIでRealmをいじる

Posted at

はじめに

SwiftでWebsocketのチャットを触っているときに、RealmSwiftでいちいちデータの状態をいろいろ変えたりするのが面倒だったので、ラクなやり方を探してみました。
データの登録や削除や編集がGUIで簡単にできました!

Realm Studio

Realm Studioをダウンロードします。

image.png

僕はMacだったのでMac用のものをダウンロードしました。
開発元が確認できませんみたいなのが表示されたら、システム環境設定セキュリティとプライバシーのところを確認してみるといいと思います。

Realmファイルを開く

次は、Realm Studioで編集するためのRealmファイルを見つけます。
こちらの記事がとても参考になりました。

print(Realm.Configuration.defaultConfiguration.fileURL!)

このprint()で出力されたパスをfinderでcommand + shift + Gで開き、そのディレクトリをRealm Studioで開きます。
これでDBの管理画面のようなものが表示されると思います。

image.png

さいごに

本当はチャットの部分も載せたかったのですが、まだ公開ができないのでRealm Studioの導入の部分だけ載せておきました。
ありがとうございました。

参考リンク

https://qiita.com/i_nak/items/5d6062333b205275b85b

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?