Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、複雑なタイプを sqflite に格納する方法: テーブル person(id,name,email,List cars); 車は id と type を持つエンティティです。それを保存する方法のような解決策はありますか(Blobまたは新しいテーブルに入れ、それをpersonテーブルにリンクします)?