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.
我想使用 AQuery 从我的 sqlite 数据库中获取数据。但我对此一无所知。那么,是否可以使用 AQuery 从数据库中获取数据?如果是,那么如何?
AQuery 不是为访问本地数据库而设计的。您可以尝试一些 ORM,例如 Sprinkles 或 ORMLite。