Room Database

Room database for Android AI agents. Use this skill whenever implementing local data persistence with Room: @Entity, @Dao, @Database, @Query, @Insert, @Update, @Delete, @Upsert, TypeConverter, database migration, Room Flow queries, RoomDatabase.Builder, fallbackToDestructiveMigration, prepopulate, FTS (full-text search), database testing, Room with Hilt, embedded entities, foreign keys, indices, database inspector, or any Room/SQLite local storage. Always apply before writing any Room entity, DAO, or database class.

piyushverma0 9bf7b65 10.0 KB Updated

File contents

piyushverma0/android-agent-skills/tree/main/skills/room-database commit 9bf7b65c48

Frequently asked questions

npx skillmds@latest add piyushverma0/room-database