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.
我需要对 Sqlite 数据库的 DAO 访问权限,而 greenDAO 看起来正是我所需要的。所有文档都与在 Android 平台上使用它有关,但我在 Android 平台内外都需要它——它会以这种方式工作吗?
greenDAO 依赖 Android API 来进行 SQLite 访问和其他事情。因此它不能在 Android 之外使用。