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.
我目前正在开发一个 Android 项目,并且必须管理数据库连接和查询以存储数据。我不会使用 Android 设备提供的 SQLite,也不能使用它。
由于我需要构建大量查询,因此我想使用库或框架来简化任务。查看可用的内容,使用诸如 QueryDSL 之类的框架似乎是最容易的。
但是,由于我正在使用 Android,我不确定该框架是否可用以及使用它会带来什么。有人有在 Android 上使用外部数据库的经验并有任何建议吗?
连接到外部数据库的推荐方法是使用 REST 客户端。看到这个帖子