Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoando/ormasample
sample for Orma
https://github.com/leoando/ormasample
android orm
Last synced: 16 days ago
JSON representation
sample for Orma
- Host: GitHub
- URL: https://github.com/leoando/ormasample
- Owner: LeoAndo
- Created: 2021-01-29T13:34:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T13:43:57.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T11:50:33.128Z (3 months ago)
- Topics: android, orm
- Language: Kotlin
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OrmaSample
sample for Orma# キャプチャ
# 動作確認エビデンス
## マイグレーション
バージョン1から2へのマーグレーション
Table名を TodoからMemoに変更
カラム名をcontentからmemoに変更- マイグレーション前
- マイグレーション後
## トランザクション
- transactionSyncあり
割り込みのレコードがtransaction処理後にレコード追加されていることを確認
- transactionSyncなし
割り込みのレコードがtransaction処理中にレコード追加されていることを確認