简体   繁体   English

greenDAO只能与Android一起使用吗?

[英]Can greenDAO only be used with Android?

I need DAO access to an Sqlite database, and greenDAO looks like it does just what I need. 我需要DAO访问Sqlite数据库,并且greenDAO看起来可以满足我的需要。 All the documentation relates to using it on the Android platform, but I need it both on and off the Android platform - will it work this way? 所有文档都与在Android平台上使用它有关,但是我需要在Android平台上和离线使用它-这样行得通吗?

greenDAO relies on Android APIs for SQLite access and other things. greenDAO依赖Android API进行SQLite访问和其他操作。 Thus it cannot be used outside Android. 因此,不能在Android之外使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM