This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用 ORM 库在 Android 中开发一个聊天应用程序DBFlow。目前,我需要为与一个人的每个对话创建表格,动态地为一个新的/现有的对话。我可以使用默认的 SQLite 实现来做到这一点,但不能使用DBFlow库作为we need to create class for each table before-hand.